Constant Field Values


Contents
biz.xsoftware.*

biz.xsoftware.mock.ExpectFailedException
public static final String TIMED_OUT "timed out waiting for method"
public static final String UNEXPECTED_CALL_AFTER "Another method that was not expected nor ignored was called after all the expected method calls"
public static final String UNEXPECTED_CALL_BEFORE "Another method that was not expected nor ignored was called before all the expected method calls were called"
public static final String UNEXPECTED_ON_NONE "Another method was called when no methods should have been called"

biz.xsoftware.mock.MockObject
public static final String ANY "\'Any method\'"
public static final String NONE "No method should have been called"