A B C D E F G I L M N P R S T U

E

expect(String) - Method in interface biz.xsoftware.mock.MockObject
Waits for one and only one method to be called.
expect(String...) - Method in interface biz.xsoftware.mock.MockObject
Waits for all the methods to be called.
expect(String, int) - Method in interface biz.xsoftware.mock.MockObject
Waits for a methods to be called a specific number of times.
expectCall(String) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. Use MockObject.expect(String) now
expectCall(String, String...) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. Use a combination of MockObject.addIgnore(String[]) and MockObject.expect(String)
ExpectFailedException - Exception in biz.xsoftware.mock
This Exception is thrown when something is expected to happen and doesn't.
ExpectFailedException(String, CalledMethod[], String) - Constructor for exception biz.xsoftware.mock.ExpectFailedException
Constructor for Expects that fail with a reason and message.
expectOnceThenIgnore(String...) - Method in interface biz.xsoftware.mock.MockObject
This method will expect the given method one time and ignore any further calls to the method.
expectOrderedCalls(String...) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. Use MockObject.expect(String[]) instead
expectOrderedCalls(String[], String[]) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. This is no longer supported, the use of MockObject.addIgnore(String[]) in combination with MockObject.expect(String[]) should be used
expectUnordered(String) - Method in interface biz.xsoftware.mock.MockObject
 
expectUnordered(String...) - Method in interface biz.xsoftware.mock.MockObject
Expects the given methods to be called in no particular order
expectUnorderedCalls(String...) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. No longer supported
expectUnorderedCalls(String[], String[]) - Method in interface biz.xsoftware.mock.MockObject
Deprecated. This is no longer supported, the use of MockObject.addIgnore(String[]) in combination with MockObject.expect(String[]) should be used

A B C D E F G I L M N P R S T U