Constant Field Values

Contents

com.sun.*

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.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.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.support.TransformerHelper 
    Modifier and Type Constant Field Value
    public static final java.lang.String VOID ""
  • 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.partialmocking.*

samples.staticinitializer.*

samples.suppressfield.*

samples.swing.*

sun.tools.*