Constant Field Values
Contents
org.powermock.*
-
org.powermock.core.MockGateway Modifier and Type Constant Field Value public static final String
DONT_MOCK_NEXT_CALL
"DontMockNextCall"
-
org.powermock.core.classloader.MockClassLoader Modifier and Type Constant Field Value public static final String
MODIFY_ALL_CLASSES
"*"
-
org.powermock.tests.utils.Keys Modifier and Type Constant Field Value public static final String
CURRENT_TEST_INSTANCE
"powermock.test.instance"
public static final String
CURRENT_TEST_METHOD
"powermock.test.method"
public static final String
CURRENT_TEST_METHOD_ARGUMENTS
"powermock.test.arguments"
-
org.powermock.tests.utils.impl.AbstractCommonTestSuiteChunkerImpl Modifier and Type Constant Field Value protected static final int
DEFAULT_TEST_LISTENERS_SIZE
1
protected static final int
INTERNAL_INDEX_NOT_FOUND
-1
protected static final int
NOT_INITIALIZED
-1
samples.interfacefieldchange.*
-
samples.interfacefieldchange.InterfaceWithStaticFinalField Modifier and Type Constant Field Value public static final String
MY_STRING
"My value"
samples.staticinitializer.*
-
samples.staticinitializer.EvilStaticInitializerExample Modifier and Type Constant Field Value public static final String
FAILED_TO_LOAD_LIBRARY_MESSAGE
"Failed to load a required dll, please make sure that you\'ve installed the software correctly"