Constant Field Values
Contents
com.sun.*
-
com.sun.tools.attach.AgentInitializationException Modifier and Type Constant Field Value private static final long
serialVersionUID
-1508756333332806353L
-
com.sun.tools.attach.AgentLoadException Modifier and Type Constant Field Value private static final long
serialVersionUID
688047862952114238L
-
com.sun.tools.attach.AttachNotSupportedException Modifier and Type Constant Field Value private static final long
serialVersionUID
3391824968260177264L
org.powermock.*
-
org.powermock.PowerMockInternalException Modifier and Type Constant Field Value private static final java.lang.String
MESSAGE
"PowerMock internal error has happened. This exception is thrown in unexpected cases, that normally should never happen. Please, report about the issue to PowerMock issues tacker. "
-
org.powermock.api.easymock.PowerMock Modifier and Type Constant Field Value private static final java.lang.String
NICE_REPLAY_AND_VERIFY_KEY
"PowerMock.niceReplayAndVerify"
-
org.powermock.api.easymock.mockpolicies.Log4jMockPolicy Modifier and Type Constant Field Value private static final java.lang.String
LOGGER_CLASS
"org.apache.log4j.Logger"
-
org.powermock.api.mockito.ConfigurationTestUtils Modifier and Type Constant Field Value private static final java.lang.String
CONFIG_FILE
"configuration.properties"
-
org.powermock.api.mockito.internal.PowerMockitoCore Modifier and Type Constant Field Value private static final java.lang.String
NO_OBJECT_CREATION_ERROR_MESSAGE_TEMPLATE
"No instantiation of class %s was recorded during the test. Note that only expected object creations (e.g. those using whenNew(..)) can be verified."
-
org.powermock.api.mockito.internal.invocation.InvocationControlAssertionError Modifier and Type Constant Field Value private static final java.lang.String
AT
"at"
private static final java.lang.String
COLON_NEWLINE
":\n"
private static final java.lang.String
ERROR_LOCATION_MARKER
"->"
private static final java.lang.String
HERE_TEXT
"here:\n"
private static final java.lang.String
NEWLINE_POINT
"\n."
private static final java.lang.String
POWER_MOCKITO_CLASS_NAME
"org.powermock.api.mockito.PowerMockito"
private static final java.lang.String
UNDESIRED_INVOCATION_TEXT
" Undesired invocation:"
-
org.powermock.api.mockito.mockpolicies.Slf4jMockPolicy Modifier and Type Constant Field Value private static final java.lang.String
FRAMEWORK_NAME
"sfl4j"
private static final java.lang.String
LOGGER_CLASS_NAME
"org.slf4j.Logger"
private static final java.lang.String
LOGGER_FACTORY_CLASS_NAME
"org.slf4j.LoggerFactory"
private static final java.lang.String
LOGGER_FACTORY_METHOD_NAME
"getLogger"
-
org.powermock.configuration.support.ConfigurationFactoryImpl Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_CONFIGURATION
"org/powermock/default.properties"
private static final java.lang.String
USER_CONFIGURATION
"org/powermock/extensions/configuration.properties"
-
org.powermock.core.ClassReplicaCreator Modifier and Type Constant Field Value private static final java.lang.String
POWERMOCK_INSTANCE_DELEGATOR_FIELD_NAME
"powerMockInstanceDelegatorField"
-
org.powermock.core.MockGateway Modifier and Type Constant Field Value public static final java.lang.String
DONT_MOCK_NEXT_CALL
"DontMockNextCall"
-
org.powermock.core.WildcardMatcher Modifier and Type Constant Field Value private static final char
WILDCARD
42
-
org.powermock.core.classloader.MockClassLoader Modifier and Type Constant Field Value public static final java.lang.String
MODIFY_ALL_CLASSES
"*"
-
org.powermock.core.classloader.javassist.JavassistMockClassLoader Modifier and Type Constant Field Value public static final java.lang.String
CGLIB_ENHANCER
"net.sf.cglib.proxy.Enhancer$EnhancerKey$$KeyFactoryByCGLIB$$"
public static final java.lang.String
CGLIB_METHOD_WRAPPER
"net.sf.cglib.core.MethodWrapper$MethodWrapperKey$$KeyFactoryByCGLIB"
-
org.powermock.core.transformers.javassist.MethodSizeMockTransformer Modifier and Type Constant Field Value private static final int
MAX_METHOD_CODE_LENGTH_LIMIT
65536
-
org.powermock.core.transformers.javassist.support.TransformerHelper Modifier and Type Constant Field Value public static final java.lang.String
VOID
""
-
org.powermock.modules.agent.DefinalizingClassTransformer Modifier and Type Constant Field Value private static final int
NO_FLAGS_OR_OPTIONS
0
-
org.powermock.reflect.exceptions.ConstructorNotFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
-7329106318739007850L
-
org.powermock.reflect.exceptions.FieldNotFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
5420195402982130931L
-
org.powermock.reflect.exceptions.MethodInvocationException Modifier and Type Constant Field Value private static final long
serialVersionUID
4051932931902248488L
-
org.powermock.reflect.exceptions.MethodNotFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
-1617211962548265914L
-
org.powermock.reflect.exceptions.TooManyConstructorsFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
1365925879589152290L
-
org.powermock.reflect.exceptions.TooManyFieldsFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
1564231184610341053L
-
org.powermock.reflect.exceptions.TooManyMethodsFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3267907243933066607L
-
org.powermock.tests.utils.Keys Modifier and Type Constant Field Value public static final java.lang.String
CURRENT_TEST_INSTANCE
"powermock.test.instance"
public static final java.lang.String
CURRENT_TEST_METHOD
"powermock.test.method"
public static final java.lang.String
CURRENT_TEST_METHOD_ARGUMENTS
"powermock.test.arguments"
-
org.powermock.tests.utils.impl.AbstractCommonTestSuiteChunkerImpl Modifier and Type Constant Field Value static final int
DEFAULT_TEST_LISTENERS_SIZE
1
static final int
INTERNAL_INDEX_NOT_FOUND
-1
protected static final int
NOT_INITIALIZED
-1
-
org.powermock.tests.utils.impl.PowerMockTestNotifierImpl Modifier and Type Constant Field Value private static final java.lang.String
ERROR_MESSAGE_TEMPLATE
"Invoking the %s method on PowerMock test listener %s failed."
-
org.powermock.utils.StringJoiner Modifier and Type Constant Field Value private static final java.lang.String
EMPTY_STRING
""
samples.constructorargs.*
-
samples.constructorargs.ConstructorArgsDemo Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT
"default"
samples.interfacefieldchange.*
-
samples.interfacefieldchange.InterfaceWithStaticFinalField Modifier and Type Constant Field Value public static final java.lang.String
MY_STRING
"My value"
samples.partialmocking.*
-
samples.partialmocking.MockWithStaticStateDemo Modifier and Type Constant Field Value private static final int
state
5
samples.staticinitializer.*
-
samples.staticinitializer.EvilStaticInitializerExample Modifier and Type Constant Field Value public static final java.lang.String
FAILED_TO_LOAD_LIBRARY_MESSAGE
"Failed to load a required dll, please make sure that you\'ve installed the software correctly"
samples.suppressfield.*
-
samples.suppressfield.SuppressField Modifier and Type Constant Field Value private static final int
MY_VALUE
8
private final boolean
myBoolean
true
samples.swing.*
-
samples.swing.SimpleSwingDemo Modifier and Type Constant Field Value private static final long
serialVersionUID
-190175253588111657L
sun.tools.*
-
sun.tools.attach.BsdVirtualMachine Modifier and Type Constant Field Value private static final int
ATTACH_ERROR_BADVERSION
101
private static final java.lang.String
PROTOCOL_VERSION
"1"
-
sun.tools.attach.HotSpotVirtualMachine Modifier and Type Constant Field Value private static final int
ATTACH_ERROR_BADJAR
100
private static final int
ATTACH_ERROR_NOTONCP
101
private static final int
ATTACH_ERROR_STARTFAIL
102
private static final int
JNI_ENOMEM
-4
-
sun.tools.attach.LinuxVirtualMachine Modifier and Type Constant Field Value private static final int
ATTACH_ERROR_BADVERSION
101
private static final java.lang.String
PROTOCOL_VERSION
"1"
private static final java.lang.String
tmpdir
"/tmp"
-
sun.tools.attach.SolarisVirtualMachine Modifier and Type Constant Field Value private static final java.lang.String
tmpdir
"/tmp"