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

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

public class ConfigWrapper
extends Object

Encapsulate the use of the third party code in our own code that we can mock.


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

Constructor Detail

ConfigWrapper

public ConfigWrapper()
Method Detail

getTarget

public String getTarget()

getGreeting

public String getGreeting()


Copyright © 2007-2012. All Rights Reserved.