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

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

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

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

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

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



Copyright © 2007-2012. All Rights Reserved.