powermock.examples.jmock
Class ClassWithStaticMethod

java.lang.Object
  extended by powermock.examples.jmock.ClassWithStaticMethod

public class ClassWithStaticMethod
extends Object

Class with static methods


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

Constructor Detail

ClassWithStaticMethod

public ClassWithStaticMethod()
Method Detail

returnString

public static String returnString()


Copyright © 2007-2012. All Rights Reserved.