Uses of Package
org.powermock.core.spi

Packages that use org.powermock.core.spi
org.powermock.api.easymock.internal.invocationcontrol   
org.powermock.api.easymock.mockpolicies   
org.powermock.api.extension.listener   
org.powermock.api.mockito.internal.invocationcontrol   
org.powermock.api.mockito.internal.verification   
org.powermock.core   
org.powermock.core.spi   
org.powermock.core.spi.listener   
org.powermock.core.spi.support   
org.powermock.core.testlisteners   
org.powermock.modules.junit3.internal.impl   
org.powermock.modules.junit4.internal.impl   
powermock.examples.mockpolicy.policy   
 

Classes in org.powermock.core.spi used by org.powermock.api.easymock.internal.invocationcontrol
DefaultBehavior
          Interface that provides the replay, verify and reset behavior for mock objects and classes.
MethodInvocationControl
          The purpose of a method invocation control is to invoke a proxy to simulate a method call.
NewInvocationControl
          A new invocation control pairs up a InvocationSubstitute with the mock object created when invoking InvocationSubstitute.performSubstitutionLogic(Object...) object.
 

Classes in org.powermock.core.spi used by org.powermock.api.easymock.mockpolicies
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 frameworks.
 

Classes in org.powermock.core.spi used by org.powermock.api.extension.listener
PowerMockTestListener
          This interface should be implemented by all PowerMock test listeners.
 

Classes in org.powermock.core.spi used by org.powermock.api.mockito.internal.invocationcontrol
DefaultBehavior
          Interface that provides the replay, verify and reset behavior for mock objects and classes.
MethodInvocationControl
          The purpose of a method invocation control is to invoke a proxy to simulate a method call.
NewInvocationControl
          A new invocation control pairs up a InvocationSubstitute with the mock object created when invoking InvocationSubstitute.performSubstitutionLogic(Object...) object.
 

Classes in org.powermock.core.spi used by org.powermock.api.mockito.internal.verification
NewInvocationControl
          A new invocation control pairs up a InvocationSubstitute with the mock object created when invoking InvocationSubstitute.performSubstitutionLogic(Object...) object.
 

Classes in org.powermock.core.spi used by org.powermock.core
MethodInvocationControl
          The purpose of a method invocation control is to invoke a proxy to simulate a method call.
NewInvocationControl
          A new invocation control pairs up a InvocationSubstitute with the mock object created when invoking InvocationSubstitute.performSubstitutionLogic(Object...) object.
 

Classes in org.powermock.core.spi used by org.powermock.core.spi
DefaultBehavior
          Interface that provides the replay, verify and reset behavior for mock objects and classes.
 

Classes in org.powermock.core.spi used by org.powermock.core.spi.listener
PowerMockTestListener
          This interface should be implemented by all PowerMock test listeners.
 

Classes in org.powermock.core.spi used by org.powermock.core.spi.support
PowerMockTestListener
          This interface should be implemented by all PowerMock test listeners.
 

Classes in org.powermock.core.spi used by org.powermock.core.testlisteners
PowerMockTestListener
          This interface should be implemented by all PowerMock test listeners.
 

Classes in org.powermock.core.spi used by org.powermock.modules.junit3.internal.impl
PowerMockTestListener
          This interface should be implemented by all PowerMock test listeners.
 

Classes in org.powermock.core.spi used by org.powermock.modules.junit4.internal.impl
PowerMockTestListener
          This interface should be implemented by all PowerMock test listeners.
 

Classes in org.powermock.core.spi used by powermock.examples.mockpolicy.policy
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 frameworks.
 



Copyright © 2007-2012. All Rights Reserved.