mockmaker.tests
Class Subclass

java.lang.Object
  extended bymockmaker.tests.ClassNotInterface
      extended bymockmaker.tests.Subclass

public class Subclass
extends ClassNotInterface


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

Constructor Detail

Subclass

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

subclassMethod

public void subclassMethod()