atest.jmock
Interface OrderedInvocationsAcceptanceTest.ExampleInterface

Enclosing interface:
OrderedInvocationsAcceptanceTest

public static interface OrderedInvocationsAcceptanceTest.ExampleInterface


Method Summary
 int count()
           
 void goodbye()
           
 void hello()
           
 void moreTeaVicar()
           
 

Method Detail

hello

public void hello()

goodbye

public void goodbye()

moreTeaVicar

public void moreTeaVicar()

count

public int count()