atest.jmock
Interface Types.WithTwoMethods

Enclosing interface:
Types

public static interface Types.WithTwoMethods


Method Summary
 void noArgsReturnsNothing()
           
 int twoArgsReturnsInt(String arg1, Object arg2)
           
 

Method Detail

twoArgsReturnsInt

int twoArgsReturnsInt(String arg1,
                      Object arg2)

noArgsReturnsNothing

void noArgsReturnsNothing()