Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.powermock.core.spi Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractPowerMockTestListenerBaseAn empty implementation of the PowerMockTestListener interface.Classorg.powermock.core.spi.supportPowerMock
AnnotationEnablerListenerInterfaceorg.powermock.core.spi.listenerPowerMock
DefaultBehaviorInterface that provides the replay, verify and reset behavior for mock objects and classes.Interfaceorg.powermock.core.spiPowerMock
InvocationSubstituteA class that can be used as a substitution instead of mocking a particular class.Interfaceorg.powermock.core.spi.supportPowerMock
MethodInvocationControlThe purpose of a method invocation control is to invoke a proxy to simulate a method call.Interfaceorg.powermock.core.spiPowerMock
NewInvocationControlA new invocation control pairs up a InvocationSubstitute with the mock object created when invokingInterfaceorg.powermock.core.spiPowerMock
PowerMockPolicyThis interface can be implemented to create policies for certain frameworks to make it easier for users to test their code in isolation from theseInterfaceorg.powermock.core.spiPowerMock
PowerMockTestListenerThis interface should be implemented by all PowerMock test listeners.Interfaceorg.powermock.core.spiPowerMock
Resultenum Resultextends EnumEnum Constant SummaryFAILEDClassorg.powermock.core.spi.testresultPowerMock
TestMethodResultImplClassorg.powermock.core.spi.testresult.implPowerMock
TestSuiteResultInterfaceorg.powermock.core.spi.testresultPowerMock
TestSuiteResultImplClassorg.powermock.core.spi.testresult.implPowerMock