FileDocCategorySizeDatePackage
MiscRegressionTest.javaAPI DocAndroid 5.1 API1596Thu Mar 12 22:22:42 GMT 2015android.core

MiscRegressionTest

public class MiscRegressionTest extends TestCase

Fields Summary
Constructors Summary
Methods Summary
public voidtestAndroidLogHandler()

        Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
        Logger.global.warning("This has logging Level.WARNING, should become WARN");
        Logger.global.info("This has logging Level.INFO, should become INFO");
        Logger.global.config("This has logging Level.CONFIG, should become DEBUG");
        Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
        Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
        Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");