powermock.examples.service.impl
Class MyServiceImpl

java.lang.Object
  extended by powermock.examples.service.impl.MyServiceImpl
All Implemented Interfaces:
MyService

public class MyServiceImpl
extends Object
implements MyService


Constructor Summary
MyServiceImpl()
           
 
Method Summary
 Set<Person> getAllPersons()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyServiceImpl

public MyServiceImpl()
Method Detail

getAllPersons

public Set<Person> getAllPersons()

Specified by:
getAllPersons in interface MyService


Copyright © 2007-2012. All Rights Reserved.