Uses of Interface
demo.org.powermock.examples.tutorial.domainmocking.SampleService

Packages that use SampleService
demo.org.powermock.examples.tutorial.domainmocking.impl   
demo.org.powermock.examples.tutorial.domainmocking.impl.withoutpowermock   
 

Uses of SampleService in demo.org.powermock.examples.tutorial.domainmocking.impl
 

Classes in demo.org.powermock.examples.tutorial.domainmocking.impl that implement SampleService
 class SampleServiceImpl
          This is a simple service that delegates calls to two stub services.
 

Uses of SampleService in demo.org.powermock.examples.tutorial.domainmocking.impl.withoutpowermock
 

Classes in demo.org.powermock.examples.tutorial.domainmocking.impl.withoutpowermock that implement SampleService
 class SampleServiceWithoutPowerMockImpl
          This is a simple service that delegates calls to two stub services.
 



Copyright © 2007-2012. All Rights Reserved.