Constant Field Values
Contents
com.sun.*
-
com.sun.tools.attach.AgentInitializationException Modifier and Type Constant Field Value private static final longserialVersionUID-1508756333332806353L -
com.sun.tools.attach.AgentLoadException Modifier and Type Constant Field Value private static final longserialVersionUID688047862952114238L -
com.sun.tools.attach.AttachNotSupportedException Modifier and Type Constant Field Value private static final longserialVersionUID3391824968260177264L
org.powermock.*
-
org.powermock.PowerMockInternalException Modifier and Type Constant Field Value private static final java.lang.StringMESSAGE"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.StringNICE_REPLAY_AND_VERIFY_KEY"PowerMock.niceReplayAndVerify"
-
org.powermock.api.easymock.mockpolicies.Log4jMockPolicy Modifier and Type Constant Field Value private static final java.lang.StringLOGGER_CLASS"org.apache.log4j.Logger"
-
org.powermock.api.mockito.ConfigurationTestUtils Modifier and Type Constant Field Value private static final java.lang.StringCONFIG_FILE"configuration.properties"
-
org.powermock.api.mockito.internal.PowerMockitoCore Modifier and Type Constant Field Value private static final java.lang.StringNO_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.StringAT"at"private static final java.lang.StringCOLON_NEWLINE":\n"private static final java.lang.StringERROR_LOCATION_MARKER"->"private static final java.lang.StringHERE_TEXT"here:\n"private static final java.lang.StringNEWLINE_POINT"\n."private static final java.lang.StringPOWER_MOCKITO_CLASS_NAME"org.powermock.api.mockito.PowerMockito"private static final java.lang.StringUNDESIRED_INVOCATION_TEXT" Undesired invocation:"
-
org.powermock.api.mockito.mockpolicies.Slf4jMockPolicy Modifier and Type Constant Field Value private static final java.lang.StringFRAMEWORK_NAME"sfl4j"private static final java.lang.StringLOGGER_CLASS_NAME"org.slf4j.Logger"private static final java.lang.StringLOGGER_FACTORY_CLASS_NAME"org.slf4j.LoggerFactory"private static final java.lang.StringLOGGER_FACTORY_METHOD_NAME"getLogger"
-
org.powermock.configuration.support.ConfigurationFactoryImpl Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT_CONFIGURATION"org/powermock/default.properties"private static final java.lang.StringUSER_CONFIGURATION"org/powermock/extensions/configuration.properties"
-
org.powermock.core.ClassReplicaCreator Modifier and Type Constant Field Value private static final java.lang.StringPOWERMOCK_INSTANCE_DELEGATOR_FIELD_NAME"powerMockInstanceDelegatorField" -
org.powermock.core.MockGateway Modifier and Type Constant Field Value public static final java.lang.StringDONT_MOCK_NEXT_CALL"DontMockNextCall" -
org.powermock.core.WildcardMatcher Modifier and Type Constant Field Value private static final charWILDCARD42
-
org.powermock.core.classloader.MockClassLoader Modifier and Type Constant Field Value public static final java.lang.StringMODIFY_ALL_CLASSES"*"
-
org.powermock.core.classloader.javassist.JavassistMockClassLoader Modifier and Type Constant Field Value public static final java.lang.StringCGLIB_ENHANCER"net.sf.cglib.proxy.Enhancer$EnhancerKey$$KeyFactoryByCGLIB$$"public static final java.lang.StringCGLIB_METHOD_WRAPPER"net.sf.cglib.core.MethodWrapper$MethodWrapperKey$$KeyFactoryByCGLIB"
-
org.powermock.core.transformers.javassist.MethodSizeMockTransformer Modifier and Type Constant Field Value private static final intMAX_METHOD_CODE_LENGTH_LIMIT65536
-
org.powermock.core.transformers.javassist.support.TransformerHelper Modifier and Type Constant Field Value public static final java.lang.StringVOID""
-
org.powermock.modules.agent.DefinalizingClassTransformer Modifier and Type Constant Field Value private static final intNO_FLAGS_OR_OPTIONS0
-
org.powermock.reflect.exceptions.ConstructorNotFoundException Modifier and Type Constant Field Value private static final longserialVersionUID-7329106318739007850L -
org.powermock.reflect.exceptions.FieldNotFoundException Modifier and Type Constant Field Value private static final longserialVersionUID5420195402982130931L -
org.powermock.reflect.exceptions.MethodInvocationException Modifier and Type Constant Field Value private static final longserialVersionUID4051932931902248488L -
org.powermock.reflect.exceptions.MethodNotFoundException Modifier and Type Constant Field Value private static final longserialVersionUID-1617211962548265914L -
org.powermock.reflect.exceptions.TooManyConstructorsFoundException Modifier and Type Constant Field Value private static final longserialVersionUID1365925879589152290L -
org.powermock.reflect.exceptions.TooManyFieldsFoundException Modifier and Type Constant Field Value private static final longserialVersionUID1564231184610341053L -
org.powermock.reflect.exceptions.TooManyMethodsFoundException Modifier and Type Constant Field Value private static final longserialVersionUID-3267907243933066607L
-
org.powermock.tests.utils.Keys Modifier and Type Constant Field Value public static final java.lang.StringCURRENT_TEST_INSTANCE"powermock.test.instance"public static final java.lang.StringCURRENT_TEST_METHOD"powermock.test.method"public static final java.lang.StringCURRENT_TEST_METHOD_ARGUMENTS"powermock.test.arguments"
-
org.powermock.tests.utils.impl.AbstractCommonTestSuiteChunkerImpl Modifier and Type Constant Field Value static final intDEFAULT_TEST_LISTENERS_SIZE1static final intINTERNAL_INDEX_NOT_FOUND-1protected static final intNOT_INITIALIZED-1 -
org.powermock.tests.utils.impl.PowerMockTestNotifierImpl Modifier and Type Constant Field Value private static final java.lang.StringERROR_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.StringEMPTY_STRING""
samples.constructorargs.*
-
samples.constructorargs.ConstructorArgsDemo Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT"default"
samples.interfacefieldchange.*
-
samples.interfacefieldchange.InterfaceWithStaticFinalField Modifier and Type Constant Field Value public static final java.lang.StringMY_STRING"My value"
samples.partialmocking.*
-
samples.partialmocking.MockWithStaticStateDemo Modifier and Type Constant Field Value private static final intstate5
samples.staticinitializer.*
-
samples.staticinitializer.EvilStaticInitializerExample Modifier and Type Constant Field Value public static final java.lang.StringFAILED_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 intMY_VALUE8private final booleanmyBooleantrue
samples.swing.*
-
samples.swing.SimpleSwingDemo Modifier and Type Constant Field Value private static final longserialVersionUID-190175253588111657L
sun.tools.*
-
sun.tools.attach.BsdVirtualMachine Modifier and Type Constant Field Value private static final intATTACH_ERROR_BADVERSION101private static final java.lang.StringPROTOCOL_VERSION"1" -
sun.tools.attach.HotSpotVirtualMachine Modifier and Type Constant Field Value private static final intATTACH_ERROR_BADJAR100private static final intATTACH_ERROR_NOTONCP101private static final intATTACH_ERROR_STARTFAIL102private static final intJNI_ENOMEM-4 -
sun.tools.attach.LinuxVirtualMachine Modifier and Type Constant Field Value private static final intATTACH_ERROR_BADVERSION101private static final java.lang.StringPROTOCOL_VERSION"1"private static final java.lang.Stringtmpdir"/tmp" -
sun.tools.attach.SolarisVirtualMachine Modifier and Type Constant Field Value private static final java.lang.Stringtmpdir"/tmp"