demo.org.powermock.examples.tutorial.hellopower.withoutpowermock
Class HelloWorld

java.lang.Object
  extended by demo.org.powermock.examples.tutorial.hellopower.withoutpowermock.HelloWorld

public class HelloWorld
extends Object

Use our own code instead of the third party code.


Constructor Summary
HelloWorld(ConfigWrapper config)
           
 
Method Summary
 String greet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld(ConfigWrapper config)
Method Detail

greet

public String greet()


Copyright © 2007-2012. All Rights Reserved.