Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.powermock.core.classloader.annotations Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
MockThis annotation can be placed on those fields in your test class that should be mocked.Classorg.powermock.core.classloader.annotationsPowerMock
MockPolicyA Mock Policy can be used to make it easier to unit test some code with PowerMock in isolation from a certain framework.Classorg.powermock.core.classloader.annotationsPowerMock
PowerMockIgnoreThis annotation tells PowerMock to defer the loading of classes with the names supplied to value() to the system classloader.Classorg.powermock.core.classloader.annotationsPowerMock
PowerMockListenerThe PowerMock listener annotation can be used to tell PowerMock which listeners should be instantiated and invoked during a test.Classorg.powermock.core.classloader.annotationsPowerMock
PrepareEverythingForTestThis annotation tells PowerMock to prepare all classes (except certain system and test related classes) for test.Classorg.powermock.core.classloader.annotationsPowerMock
PrepareForTestThis annotation tells PowerMock to prepare certain classes for testing.Classorg.powermock.core.classloader.annotationsPowerMock
PrepareOnlyThisForTestThis annotation tells PowerMock to prepare certain classes for testing.Classorg.powermock.core.classloader.annotationsPowerMock
SuppressStaticInitializationForUse 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 atClassorg.powermock.core.classloader.annotationsPowerMock