Constant Field Values
Contents
org.powermock.*
-
org.powermock.core.MockGateway Modifier and Type Constant Field Value public static final StringDONT_MOCK_NEXT_CALL"DontMockNextCall"
-
org.powermock.core.classloader.MockClassLoader Modifier and Type Constant Field Value public static final StringMODIFY_ALL_CLASSES"*"
-
org.powermock.tests.utils.Keys Modifier and Type Constant Field Value public static final StringCURRENT_TEST_INSTANCE"powermock.test.instance"public static final StringCURRENT_TEST_METHOD"powermock.test.method"public static final StringCURRENT_TEST_METHOD_ARGUMENTS"powermock.test.arguments"
-
org.powermock.tests.utils.impl.AbstractCommonTestSuiteChunkerImpl Modifier and Type Constant Field Value protected static final intDEFAULT_TEST_LISTENERS_SIZE1protected static final intINTERNAL_INDEX_NOT_FOUND-1protected static final intNOT_INITIALIZED-1
samples.interfacefieldchange.*
-
samples.interfacefieldchange.InterfaceWithStaticFinalField Modifier and Type Constant Field Value public static final StringMY_STRING"My value"
samples.staticinitializer.*
-
samples.staticinitializer.EvilStaticInitializerExample Modifier and Type Constant Field Value public static final StringFAILED_TO_LOAD_LIBRARY_MESSAGE"Failed to load a required dll, please make sure that you\'ve installed the software correctly"