mockmaker.tests
Interface NonObjectParameterMethods


public interface NonObjectParameterMethods


Method Summary
 void newMethod(boolean notAnObject)
           
 void newMethod(byte notAnObject)
           
 void newMethod(char notAnObject)
           
 void newMethod(double notAnObject)
           
 void newMethod(float notAnObject)
           
 void newMethod(int notAnObject)
           
 void newMethod(long notAnObject)
           
 void newMethod(short notAnObject)
           
 

Method Detail

newMethod

void newMethod(byte notAnObject)

newMethod

void newMethod(char notAnObject)

newMethod

void newMethod(double notAnObject)

newMethod

void newMethod(float notAnObject)

newMethod

void newMethod(int notAnObject)

newMethod

void newMethod(long notAnObject)

newMethod

void newMethod(short notAnObject)

newMethod

void newMethod(boolean notAnObject)