mockmaker.tests
Class ClassNotInterface

java.lang.Object
  extended by mockmaker.tests.ClassNotInterface
Direct Known Subclasses:
Subclass

public class ClassNotInterface
extends java.lang.Object


Constructor Summary
ClassNotInterface(java.lang.String constructorParameter)
           
 
Method Summary
 void newMethod()
           
static void staticMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNotInterface

public ClassNotInterface(java.lang.String constructorParameter)
Method Detail

newMethod

public void newMethod()

staticMethod

public static void staticMethod()