Uses of Interface
demo.org.powermock.examples.tutorial.staticmocking.IServiceRegistrator

Packages that use IServiceRegistrator
demo.org.powermock.examples.tutorial.staticmocking.impl   
demo.org.powermock.examples.tutorial.staticmocking.impl.withoutpowermock   
 

Uses of IServiceRegistrator in demo.org.powermock.examples.tutorial.staticmocking.impl
 

Classes in demo.org.powermock.examples.tutorial.staticmocking.impl that implement IServiceRegistrator
 class ServiceRegistrator
          An "OSGi"-ish implementation of the IServiceRegistrator interface.
 

Uses of IServiceRegistrator in demo.org.powermock.examples.tutorial.staticmocking.impl.withoutpowermock
 

Classes in demo.org.powermock.examples.tutorial.staticmocking.impl.withoutpowermock that implement IServiceRegistrator
 class ServiceRegistratorWithoutPowerMock
          This refactored implementation demonstrate how one could test the ServiceRegistrator class without using PowerMock.
 



Copyright © 2007-2012. All Rights Reserved.