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

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

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

Constructors in demo.org.powermock.examples.tutorial.domainmocking.impl with parameters of type PersonService
SampleServiceImpl(PersonService personService, EventService eventService)
          Creates a new instance of the SampleServiceImpl with the following collaborators.
 

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

Constructors in demo.org.powermock.examples.tutorial.domainmocking.impl.withoutpowermock with parameters of type PersonService
SampleServiceWithoutPowerMockImpl(PersonService personService, EventService eventService)
          Creates a new instance of the SampleServiceImpl with the following collaborators.
 



Copyright © 2007-2012. All Rights Reserved.