| Name | Description | Type | Package | Framework |
| AbstractCommonPowerMockRunner | | Class | org.powermock.modules.junit4.common.internal.impl | PowerMock |
|
| AbstractMockStrategyBase | Base class that should be used by all mock strategies. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
|
| AbstractPowerMockTestListenerBase | An empty implementation of the PowerMockTestListener interface. | Class | org.powermock.core.spi.support | PowerMock |
|
| AllFieldsMatcherStrategy | | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| AnnotationEnabler | Before each test method all fields annotated with Mock, MockNice or MockStrict will have mock objects created for | Class | org.powermock.api.easymock.powermocklistener | PowerMock |
|
| AnnotationEnabler | Before each test method all fields annotated with Mock, MockNice or MockStrict will have mock objects created for | Class | org.powermock.api.extension.listener | PowerMock |
|
| AnnotationEnabler | Before each test method all fields annotated with Mock, Mock or Mock have mock objects created for them | Class | org.powermock.api.mockito.powermocklistener | PowerMock |
|
| AnnotationEnablerListener | | Interface | org.powermock.core.spi.listener | PowerMock |
|
| AssignableFromFieldTypeMatcherStrategy | | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| AssignableToFieldTypeMatcherStrategy | | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| BundleContext | Copied method declaration from the OSGi BundleContext interface. | Interface | demo.org.powermock.examples.tutorial.staticmocking.osgi | PowerMock |
|
| BusinessMessages | A simple domain object that's pretended to hold state of one or more operation outcomes. | Class | demo.org.powermock.examples.tutorial.domainmocking.domain | PowerMock |
|
| Cache | A made-up class used to demonstrate some PowerMock functionality. | Class | powermock.examples.bypassencapsulation.nontest | PowerMock |
|
| ClassloaderExecutor | A ClassLoaderExecutor can run any code in any classloader. | Class | org.powermock.classloading | PowerMock |
|
| ClassLoaderUtil | | Class | org.powermock.api.support | PowerMock |
|
| ClassReplaceStrategy | Specifies the replace strategy for a class. | Interface | org.powermock.api.support.membermodification.strategy | PowerMock |
|
| ClassReplicaCreator | This class takes care of creating a replica of a class. | Class | org.powermock.core | PowerMock |
|
| ConcreteClassGenerator | This class takes care of creating a concrete sub-class implementing all abstract methods in the parent. | Class | org.powermock.core | PowerMock |
|
| ConfigWrapper | Encapsulate the use of the third party code in our own code that we can mock. | Class | demo.org.powermock.examples.tutorial.hellopower.withoutpowermock | PowerMock |
|
| ConnectionImpl | | Class | demo.org.powermock.examples.tutorial.partialmocking.dao.domain.impl | PowerMock |
|
| ConstructorArgumentsVerification | | Interface | org.powermock.api.mockito.verification | PowerMock |
|
| ConstructorAwareExpectationSetup | | Class | org.powermock.api.mockito.internal.expectation | PowerMock |
|
| ConstructorExpectationSetup | Methods inherited from interface org. | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| ConstructorNotFoundException | A run-time exception that may be thrown to indicate that a constructor wasSee Also:Serialized Form | Class | org.powermock.reflect.exceptions | PowerMock |
|
| DataObject | A simple value object. | Class | powermock.examples.mockpolicy.nontest.domain | PowerMock |
|
| DataProducer | | Class | demo.org.powermock.examples.tutorial.partialmocking.domain | PowerMock |
|
| DataService | A class used to demonstrate how it's possible for PowerMock to mock private methods invocations. | Class | powermock.examples.privatemocking | PowerMock |
|
| DeepCloner | The purpose of the deep cloner is to create a deep clone of an object. | Class | org.powermock.classloading | PowerMock |
|
| DefaultBehavior | Interface that provides the replay, verify and reset behavior for mock objects and classes. | Interface | org.powermock.core.spi | PowerMock |
|
| DefaultConstructorArgumentsVerfication | | Class | org.powermock.api.mockito.internal.verification | PowerMock |
|
| DefaultConstructorExpectationSetup | | Class | org.powermock.api.mockito.internal.expectation | PowerMock |
|
| DefaultFieldValueGenerator | Fills the fields with default not-null values. | Class | org.powermock.core | PowerMock |
|
| DefaultMethodExpectationSetup | | Class | org.powermock.api.mockito.internal.expectation | PowerMock |
|
| DefaultMockStrategy | Constructor SummaryDefaultMockStrategy()Methods inherited from class org. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
|
| DefaultPrivatelyExpectedArguments | | Class | org.powermock.api.mockito.internal.expectation | PowerMock |
|
| DefaultPrivateMethodVerification | | Class | org.powermock.api.mockito.internal.verification | PowerMock |
|
| DeferSupportingClassLoader | Defers classloading of system classes to a delegate. | Class | org.powermock.core.classloader | PowerMock |
|
| Dependency | A simple class that demonstrates some of PowerMock's mock policy abilities. | Class | powermock.examples.mockpolicy.nontest | PowerMock |
|
| DependencyManager | This is a simple example of a factory class that provides dependencies that are shared by many classes (dependency lookup pattern). | Class | powermock.examples.dependencymanagement | PowerMock |
|
| DependencyUser | Very simple example of a class that uses a dependency. | Class | powermock.examples.mockpolicy | PowerMock |
|
| EasyMockMethodInvocationControl | The default implementation of the MethodInvocationControl interface. | Class | org.powermock.api.easymock.internal.invocationcontrol | PowerMock |
|
| EventService | A simple interface that manages events. | Interface | demo.org.powermock.examples.tutorial.domainmocking | PowerMock |
|
| EvilGrandParent | Example that demonstrates PowerMock's ability to suppress constructorConstructor SummaryEvilGrandParent() | Class | powermock.examples.suppress.constructorhierarchy | PowerMock |
|
| EvilParent | Example that demonstrates PowerMock's ability to suppress constructors. | Class | powermock.examples.suppress.constructor | PowerMock |
|
| EvilParent | Example that demonstrates PowerMock's ability to suppress constructorConstructor SummaryEvilParent() | Class | powermock.examples.suppress.constructorhierarchy | PowerMock |
|
| ExampleWithEvilConstructor | | Class | powermock.examples.suppress.constructor | PowerMock |
|
| ExampleWithEvilMethod | This example demonstrates PowerMock abilities to suppress methods. | Class | powermock.examples.suppress.method | PowerMock |
|
| ExampleWithEvilParent | Example that demonstrates PowerMock's ability to suppress parent constructors. | Class | powermock.examples.suppress.constructor | PowerMock |
|
| ExampleWithEvilParentAndEvilGrandParent | Example that demonstrates PowerMock's ability to suppress constructor hierarchies. | Class | powermock.examples.suppress.constructorhierarchy | PowerMock |
|
| ExampleWithEvilStaticInitializer | | Class | powermock.examples.suppress.staticinitializer | PowerMock |
|
| FieldAnnotationMatcherStrategy | | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| FieldDefaulter | A test listener that automatically set all instance fields to their default values after each test method. | Class | org.powermock.core.testlisteners | PowerMock |
|
| FieldMatcherStrategy | Class that should be implemented by field matching strategies. | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| FieldMatchingStrategy | enum FieldMatchingStrategyextends EnumDefines strategies for field matching. | Class | org.powermock.reflect.matching | PowerMock |
|
| FieldNameMatcherStrategy | | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| FieldNotFoundException | A run-time exception that may be thrown to indicate that a field was notSee Also:Serialized Form | Class | org.powermock.reflect.exceptions | PowerMock |
|
| FieldTypeMatcherStrategy | | Class | org.powermock.reflect.internal.matcherstrategies | PowerMock |
|
| Greeter | | Class | demo.org.powermock.examples.simple | PowerMock |
|
| HamcrestExample | A very simple class that's used just to assert that PowerMock works togetherConstructor SummaryHamcrestExample() | Class | org.powermock.hamcrest | PowerMock |
|
| HelloWorld | Constructor SummaryHelloWorld()Methods inherited from class java. | Class | demo.org.powermock.examples.tutorial.hellopower | PowerMock |
|
| HelloWorld | Use our own code instead of the third party code. | Class | demo.org.powermock.examples.tutorial.hellopower.withoutpowermock | PowerMock |
|
| IdentityHashSet | | Class | org.powermock.core | PowerMock |
|
| IdGenerator | The purpose of the IdGenerator is to generate ID's based on the system time. | Class | demo.org.powermock.examples.tutorial.staticmocking.impl | PowerMock |
|
| IdGenerator | The purpose of the IdGenerator is to generate ID's based on the system time. | Class | powermock.examples.spring | PowerMock |
|
| IdGenerator | The purpose of the IdGenerator is to generate ID's based on the system time. | Class | powermock.examples.staticmocking | PowerMock |
|
| IndicateReloadClass | Constructor SummaryIndicateReloadClass()Methods inherited from class java. | Class | org.powermock.core | PowerMock |
|
| InvocationControlAssertionError | | Class | org.powermock.api.mockito.internal.invocationcontrol | PowerMock |
|
| InvocationSubstitute | A class that can be used as a substitution instead of mocking a particular class. | Interface | org.powermock.core.spi.support | PowerMock |
|
| IServiceRegistrator | | Interface | demo.org.powermock.examples.tutorial.staticmocking | PowerMock |
|
| JclMockPolicy | A Jakarta Commons-Logging (JCL) mock policy. | Class | org.powermock.api.easymock.mockpolicies | PowerMock |
|
| JUnit3TestSuiteChunker | | Interface | org.powermock.modules.junit3.internal | PowerMock |
|
| JUnit3TestSuiteChunkerImpl | Fields inherited from class org. | Class | org.powermock.modules.junit3.internal.impl | PowerMock |
|
| JUnit4TestSuiteChunker | | Interface | org.powermock.modules.junit4.common.internal | PowerMock |
|
| JUnit4TestSuiteChunkerImpl | Fields inherited from class org. | Class | org.powermock.modules.junit4.common.internal.impl | PowerMock |
|
| ListMap | Nested Class SummaryNested classes/interfaces inherited from interface java. | Class | org.powermock.core | PowerMock |
|
| Log4jMockPolicy | A log4j mock policy. | Class | org.powermock.api.easymock.mockpolicies | PowerMock |
|
| Log4jUser | Fields inherited from class demo. | Class | demo.org.powermock.examples | PowerMock |
|
| Log4jUserParent | | Class | demo.org.powermock.examples | PowerMock |
|
| Logger | | Class | demo.org.powermock.examples.simple | PowerMock |
|
| LogPolicySupport | A support class for mock policies dealing with logging frameworks. | Class | org.powermock.mockpolicies.support | PowerMock |
|
| MainMockTransformer | | Class | org.powermock.core.transformers.impl | PowerMock |
|
| MemberMatcher | Finds members in classes. | Class | org.powermock.api.support.membermodification | PowerMock |
|
| MemberModifier | Contains various utilities for modifying members of classes such as constructors, fields and methods. | Class | org.powermock.api.support.membermodification | PowerMock |
|
| Message | | Class | powermock.examples.spring | PowerMock |
|
| MethodInvocationControl | The purpose of a method invocation control is to invoke a proxy to simulate a method call. | Interface | org.powermock.core.spi | PowerMock |
|
| MethodInvocationException | A run-time exception that may be thrown to indicate that a method invocationSee Also:Serialized Form | Class | org.powermock.reflect.exceptions | PowerMock |
|
| MethodNotFoundException | A run-time exception that may be thrown to indicate that a method was notSee Also:Serialized Form | Class | org.powermock.reflect.exceptions | PowerMock |
|
| MethodProxy | | Class | org.powermock.api.support | PowerMock |
|
| MethodReplaceStrategy | Specifies the replace strategy for a method. | Interface | org.powermock.api.support.membermodification.strategy | PowerMock |
|
| MethodReplaceStrategyImpl | | Class | org.powermock.api.support.membermodification.strategy.impl | PowerMock |
|
| MethodStubStrategy | Specifies the return value when stubbing a method. | Interface | org.powermock.api.support.membermodification.strategy | PowerMock |
|
| MethodStubStrategyImpl | | Class | org.powermock.api.support.membermodification.strategy.impl | PowerMock |
|
| Mock | This annotation can be placed on those fields in your test class that should be mocked. | Class | org.powermock.api.easymock.annotation | PowerMock |
|
| Mock | This annotation can be placed on those fields in your test class that should be mocked. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| MockClassLoader | Mock all classes except system classes. | Class | org.powermock.core.classloader | PowerMock |
|
| MockCreator | | Class | org.powermock.api.mockito.internal.mockcreation | PowerMock |
|
| MockGateway | All mock invocations are routed through this gateway. | Class | org.powermock.core | PowerMock |
|
| MockitoMethodInvocationControl | A Mockito implementation of the MethodInvocationControl interface. | Class | org.powermock.api.mockito.internal.invocationcontrol | PowerMock |
|
| MockitoNewInvocationControl | | Class | org.powermock.api.mockito.internal.invocationcontrol | PowerMock |
|
| MockNice | This annotation can be placed on those fields in your test class that should be mocked in a nice manner (i. | Class | org.powermock.api.easymock.annotation | PowerMock |
|
| MockPolicy | A Mock Policy can be used to make it easier to unit test some code with PowerMock in isolation from a certain framework. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| MockPolicyClassLoadingSettings | Contains class-loading related settings. | Interface | org.powermock.mockpolicies | PowerMock |
|
| MockPolicyClassLoadingSettingsImpl | The default implementation of the MockPolicyClassLoadingSettingsConstructor SummaryMockPolicyClassLoadingSettingsImpl() | Class | org.powermock.mockpolicies.impl | PowerMock |
|
| MockPolicyInterceptionSettings | Contains interception related settings. | Interface | org.powermock.mockpolicies | PowerMock |
|
| MockPolicyInterceptionSettingsImpl | | Class | org.powermock.mockpolicies.impl | PowerMock |
|
| MockRepository | Hold mock objects that should be used instead of the concrete implementation. | Class | org.powermock.core | PowerMock |
|
| MockStrategy | | Interface | org.powermock.api.easymock.internal.mockstrategy | PowerMock |
|
| MockStrict | This annotation can be placed on those fields in your test class that should be mocked in a strict manner (i. | Class | org.powermock.api.easymock.annotation | PowerMock |
|
| MockTransformer | Interface that all mock transformers must implement. | Interface | org.powermock.core.transformers | PowerMock |
|
| MyBean | | Class | powermock.examples.spring | PowerMock |
|
| MyClass | Constructor SummaryMyClass()Methods inherited from class java. | Class | demo.org.powermock.modules.test.junit45.failure | PowerMock |
|
| MyCustomMockPolicy | A simple mock policy whose purpose is to intercept calls to Dependency. | Class | powermock.examples.mockpolicy.policy | PowerMock |
|
| MyException | See Also:Serialized FormConstructor SummaryMyException() | Class | demo.org.powermock.modules.test.junit45.failure | PowerMock |
|
| MyServiceImpl | | Class | powermock.examples.service.impl | PowerMock |
|
| MyServiceUser | A simple service class that uses the DependencyManager to get the MyService singleton instance. | Class | powermock.examples | PowerMock |
|
| MyUtils | | Class | demo.org.powermock.modules.test.junit45.failure | PowerMock |
|
| NewInvocationControl | A new invocation control pairs up a InvocationSubstitute with the mock object created when invoking | Interface | org.powermock.core.spi | PowerMock |
|
| NewInvocationControlAssertionError | | Class | org.powermock.api.easymock.internal.invocationcontrol | PowerMock |
|
| NewInvocationControlImpl | | Class | org.powermock.api.easymock.internal.invocationcontrol | PowerMock |
|
| NiceMockStrategy | Constructor SummaryNiceMockStrategy()Methods inherited from class org. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
|
| OptionUser | Class that verifies that the http://code. | Class | powermock.examples.apachecli | PowerMock |
|
| PersistenceManager | Used to demonstrate PowerMock's ability to mock new instance calls. | Class | powermock.examples.newmocking | PowerMock |
|
| Person | A simple domain object used in this example. | Class | demo.org.powermock.examples.tutorial.domainmocking.domain | PowerMock |
|
| Person | A simple domain object. | Class | powermock.examples.domain | PowerMock |
|
| PersonService | A simple interface that manages persons. | Interface | demo.org.powermock.examples.tutorial.domainmocking | PowerMock |
|
| PowerMock | PowerMock extends EasyMock functionality with several new features such as mocking static and private methods, mocking new instances and more. | Class | org.powermock.api.easymock | PowerMock |
|
| PowerMockClassloaderExecutor | | Class | org.powermock.modules.junit4.rule | PowerMock |
|
| PowerMockIgnore | This annotation tells PowerMock to defer the loading of classes with the names supplied to value() to the system classloader. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| PowerMockito | PowerMockito extends Mockito functionality with several new features such as mocking static and private methods and more. | Class | org.powermock.api.mockito | PowerMock |
|
| PowerMockitoCore | | Class | org.powermock.api.mockito.internal | PowerMock |
|
| PowerMockitoInjectingAnnotationEngine | The same as InjectingAnnotationEngine with the exception that it doesn't create/injects mocks annotated with the standard annotations such as | Class | org.powermock.api.mockito.internal.configuration | PowerMock |
|
| PowerMockitoSpyAnnotationEngine | More or less a copy of the SpyAnnotationEngine but it uses PowerMockito. | Class | org.powermock.api.mockito.internal.configuration | PowerMock |
|
| PowerMockitoStubber | Setup stubbing for private or void methods in final class, final void methods, or static (final) methods. | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| PowerMockitoStubberImpl | Extension of the standard Mocktio stubber implementation that also support PowerMockito created mocks. | Class | org.powermock.api.mockito.internal.expectation | PowerMock |
|
| PowerMockJUnit3RunnerDelegate | | Interface | org.powermock.modules.junit3.internal | PowerMock |
|
| PowerMockJUnit3RunnerDelegateImpl | | Class | org.powermock.modules.junit3.internal.impl | PowerMock |
|
| PowerMockJUnit3TestListener | An implementation of the TestRunListener interface that performs cleanup after each test so that no state is maintained in PowerMock between | Class | org.powermock.modules.junit3.internal.impl | PowerMock |
|
| PowerMockJUnit44RunnerDelegateImpl | A JUnit4 test runner that only runs a specified set of test methods in a test Many parts of this class are essentially a rip off from | Class | org.powermock.modules.junit4.internal.impl | PowerMock |
|
| PowerMockJUnit47RunnerDelegateImpl | enable the usage of rules. | Class | org.powermock.modules.junit4.internal.impl | PowerMock |
|
| PowerMockJUnit4LegacyFilter | A JUnit filter that will filter the methods specified in String[] passed to the constructor (i. | Class | org.powermock.modules.junit4.legacy.internal.impl | PowerMock |
|
| PowerMockJUnit4LegacyRunnerDelegateImpl | A JUnit4 legacy (i. | Class | org.powermock.modules.junit4.legacy.internal.impl | PowerMock |
|
| PowerMockJUnit4LegacyTestClassMethodsRunner | Since TestClassMethodsRunner creates a new instance of TestInterceptor in its constructor we need to manually lookup the additional | Class | org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround | PowerMock |
|
| PowerMockJUnit4LegacyTestIntrospector | A custom TestIntrospector that supports methods not annotated by the Test annotation but should still be executed in the test case. | Class | org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround | PowerMock |
|
| PowerMockJUnit4LegacyTestMethodRunner | This class is needed because the test method runner creates a new instance of a TestIntrospector in its constructor. | Class | org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround | PowerMock |
|
| PowerMockJUnit4MethodValidator | A custom MethodValidator that makes sure that test methods not annotated by the Test annotation works in JUnit 4. | Class | org.powermock.modules.junit4.internal.impl.testcaseworkaround | PowerMock |
|
| PowerMockJUnit4RunListener | | Class | org.powermock.modules.junit4.common.internal.impl | PowerMock |
|
| PowerMockJUnitRunnerDelegate | | Interface | org.powermock.modules.junit4.common.internal | PowerMock |
|
| PowerMockListener | The PowerMock listener annotation can be used to tell PowerMock which listeners should be instantiated and invoked during a test. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| PowerMockObjectFactory | See Also:Serialized FormConstructor SummaryPowerMockObjectFactory() | Class | org.powermock.modules.testng | PowerMock |
|
| PowerMockPolicy | This interface can be implemented to create policies for certain frameworks to make it easier for users to test their code in isolation from these | Interface | org.powermock.core.spi | PowerMock |
|
| PowerMockRule | | Class | org.powermock.modules.junit4.rule | PowerMock |
|
| PowerMockRunner | | Class | org.powermock.modules.junit4.legacy | PowerMock |
|
| PowerMockRunner | | Class | org.powermock.modules.junit4 | PowerMock |
|
| PowerMockSuite | A custom JUnit 3 Suite that must be used to run PowerMock tests under JUnit3. | Class | org.powermock.modules.junit3 | PowerMock |
|
| PowerMockTestCase | A PowerMock base class that may be used as a base class for all TestNG test cases that uses PowerMock. | Class | org.powermock.modules.testng | PowerMock |
|
| PowerMockTestListener | This interface should be implemented by all PowerMock test listeners. | Interface | org.powermock.core.spi | PowerMock |
|
| PowerMockTestNGMethodHandler | | Class | org.powermock.modules.testng.internal | PowerMock |
|
| PowerMockUtils | | Class | org.powermock.core | PowerMock |
|
| PrepareEverythingForTest | This annotation tells PowerMock to prepare all classes (except certain system and test related classes) for test. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| PrepareForTest | This annotation tells PowerMock to prepare certain classes for testing. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| PrepareOnlyThisForTest | This annotation tells PowerMock to prepare certain classes for testing. | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| PrimitiveWrapper | The purpose of the Primitive Wrapper is to provide methods that deals with translating wrapper types to its related primitive type. | Class | org.powermock.reflect.internal.primitivesupport | PowerMock |
|
| PrivatelyExpectedArguments | | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| PrivateMethodVerification | | Interface | org.powermock.api.mockito.verification | PowerMock |
|
| ProviderArtifact | | Class | demo.org.powermock.examples.tutorial.partialmocking.domain | PowerMock |
|
| ProviderDao | | Interface | demo.org.powermock.examples.tutorial.partialmocking.dao | PowerMock |
|
| ProviderService | A simple interface that manages persons. | Interface | demo.org.powermock.examples.tutorial.partialmocking.service | PowerMock |
|
| ProviderServiceImpl | A simple implementation of the providers service. | Class | demo.org.powermock.examples.tutorial.partialmocking.service.impl | PowerMock |
|
| ProviderServiceWithoutPowerMockImpl | We've slightly refactored the ProviderService to make the class easier to test without PowerMock. | Class | demo.org.powermock.examples.tutorial.partialmocking.service.impl.withoutpowermock | PowerMock |
|
| ProxyFramework | The purpose of a the proxy framework implementation is to return the unproxied types of classes. | Interface | org.powermock.reflect.spi | PowerMock |
|
| ProxyFrameworkImpl | CGLib proxy framework setup. | Class | org.powermock.api.extension.proxyframework | PowerMock |
|
| RegisterProxyFramework | All API's must register a proxy framework using this class. | Class | org.powermock.reflect.proxyframework | PowerMock |
|
| Report | A marker domain object used to demonstrate some test features in PowerMock. | Class | powermock.examples.bypassencapsulation.nontest | PowerMock |
|
| ReportDao | A class used to demonstrate how it's possible for PowerMock to set internal state for a class that is also partially mocked. | Class | powermock.examples.bypassencapsulation | PowerMock |
|
| ReportGenerator | | Class | powermock.examples.bypassencapsulation | PowerMock |
|
| ReportTemplateService | A stub service used to demonstrate test key-points. | Class | powermock.examples.bypassencapsulation.nontest | PowerMock |
|
| Result | enum Resultextends EnumEnum Constant SummaryFAILED | Class | org.powermock.core.spi.testresult | PowerMock |
|
| SafeExceptionRethrower | | Class | org.powermock.api.support | PowerMock |
|
| SampleService | A simple service interface. | Interface | demo.org.powermock.examples.tutorial.domainmocking | PowerMock |
|
| SampleServiceException | A simple exception that's thrown when an error occurs when executing a method in the SampleService. | Class | demo.org.powermock.examples.tutorial.domainmocking.domain | PowerMock |
|
| SampleServiceImpl | This is a simple service that delegates calls to two stub services. | Class | demo.org.powermock.examples.tutorial.domainmocking.impl | PowerMock |
|
| SampleServiceWithoutPowerMockImpl | This is a simple service that delegates calls to two stub services. | Class | demo.org.powermock.examples.tutorial.domainmocking.impl.withoutpowermock | PowerMock |
|
| ServiceArtifact | | Class | demo.org.powermock.examples.tutorial.partialmocking.dao.domain.impl | PowerMock |
|
| ServiceHolder | Class whose purpose is the demonstrate how to use PowerMock to get and setConstructor SummaryServiceHolder() | Class | powermock.examples.bypassencapsulation | PowerMock |
|
| ServiceProducer | | Class | demo.org.powermock.examples.tutorial.partialmocking.domain | PowerMock |
|
| ServiceRegistration | Copied method declaration from the OSGi ServiceRegistration interface. | Interface | demo.org.powermock.examples.tutorial.staticmocking.osgi | PowerMock |
|
| ServiceRegistrator | An OSGi-ish implementation of the IServiceRegistrator interface. | Class | demo.org.powermock.examples.tutorial.staticmocking.impl | PowerMock |
|
| ServiceRegistrator | | Class | powermock.examples.staticmocking | PowerMock |
|
| ServiceRegistratorWithoutPowerMock | This refactored implementation demonstrate how one could test the ServiceRegistrator class without using PowerMock. | Class | demo.org.powermock.examples.tutorial.staticmocking.impl.withoutpowermock | PowerMock |
|
| SimpleConfig | | Class | demo.org.powermock.examples.simple | PowerMock |
|
| SimpleConfig | Important third party code that cannot be changed. | Class | demo.org.powermock.examples.tutorial.hellopower | PowerMock |
|
| Slf4jMockPolicy | An slf4j mock policy. | Class | org.powermock.api.easymock.mockpolicies | PowerMock |
|
| Slf4jUser | Constructor SummarySlf4jUser()Methods inherited from class java. | Class | demo.org.powermock.examples | PowerMock |
|
| SomeDao | | Class | powermock.examples.annotationbased.dao | PowerMock |
|
| SomeService | | Class | powermock.examples.annotationbased | PowerMock |
|
| StateFormatter | Simple class that uses a collaborator (the StateHolder class) which is final and have final methods. | Class | powermock.examples.finalmocking | PowerMock |
|
| StateHolder | A dummy class created to demonstrated how PowerMock can deal with final classes and methods. | Class | powermock.examples.finalmocking | PowerMock |
|
| StaticClass | Constructor SummaryStaticClass()Methods inherited from class java. | Class | examples.jdom | PowerMock |
|
| StaticMockAwareVerificationMode | A custom extension of MockAwareVerificationMode for static method verification. | Class | org.powermock.api.mockito.internal.verification | PowerMock |
|
| StrictMockStrategy | Constructor SummaryStrictMockStrategy()Methods inherited from class org. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
|
| Stubber | | Class | org.powermock.api.support | PowerMock |
|
| SuppressCode | | Class | org.powermock.api.support | PowerMock |
|
| SuppressStaticInitializationFor | Use this annotation to suppress static initializers (constructors) for one or The reason why an annotation is needed for this is because we need to know at | Class | org.powermock.core.classloader.annotations | PowerMock |
|
| TestMethodResultImpl | | Class | org.powermock.core.spi.testresult.impl | PowerMock |
|
| TestNGMethodFilter | Javassist method filter that ignores the toString, equals, finalize and hashCode method otherwise the test output in Maven looks strange and | Class | org.powermock.modules.testng.internal | PowerMock |
|
| TestSuiteResult | | Interface | org.powermock.core.spi.testresult | PowerMock |
|
| TestSuiteResultImpl | | Class | org.powermock.core.spi.testresult.impl | PowerMock |
|
| TooManyConstructorsFoundException | A run-time exception that may be thrown to indicate that too many constructors were found. | Class | org.powermock.reflect.exceptions | PowerMock |
|
| TooManyFieldsFoundException | A run-time exception that may be thrown to indicate that too many fields wereSee Also:Serialized Form | Class | org.powermock.reflect.exceptions | PowerMock |
|
| TooManyMethodsFoundException | A run-time exception that may be thrown to indicate that too many methodsSee Also:Serialized Form | Class | org.powermock.reflect.exceptions | PowerMock |
|
| TypeUtils | Utilities for types. | Class | org.powermock.reflect.internal | PowerMock |
|
| VerifyNoMoreInteractions | Verifies no more interactions, delegates to Mockito if PowerMockito doesn't find a supplied mock. | Class | org.powermock.api.mockito.internal.verification | PowerMock |
|
| Whitebox | Various utilities for accessing internals of a class. | Class | org.powermock.reflect | PowerMock |
|
| WhiteboxImpl | Various utilities for accessing internals of a class. | Class | org.powermock.reflect.internal | PowerMock |
|
| WildcardMatcher | | Class | org.powermock.core | PowerMock |
|
| WithExpectedArguments | | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| WithExpectedParameterTypes | | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| WithOrWithoutExpectedArguments | Methods inherited from interface org. | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| WithOrWithoutVerifiedArguments | Methods inherited from interface org. | Interface | org.powermock.api.mockito.verification | PowerMock |
|
| WithoutExpectedArguments | | Interface | org.powermock.api.mockito.expectation | PowerMock |
|
| WithoutVerifiedArguments | | Interface | org.powermock.api.mockito.verification | PowerMock |
|
| WithVerifiedArguments | | Interface | org.powermock.api.mockito.verification | PowerMock |