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

G

getAllParams() - Method in class biz.xsoftware.mock.CalledMethod
Gets all the parameters that were passed into the method.
getCalledMethods() - Method in exception biz.xsoftware.mock.ExpectFailedException
Gives you back the CalledMethods giving you access to the parameters that were passed in and the stack traces of how they were called.
getExpectTimeout() - Method in interface biz.xsoftware.mock.MockObject
Gets the timeout which is the delay that a mockobject waits for a method to be called before failing.
getHowItWasCalled() - Method in class biz.xsoftware.mock.CalledMethod
Returns a stacktrace of how the method was called.
getHowItWasCalled() - Method in class biz.xsoftware.mock.testcase.LogAndStack
 
getLogMessage() - Method in exception biz.xsoftware.mock.testcase.LogHasWarningException
 
getLogRecords() - Method in class biz.xsoftware.mock.MockLogHandler
Returns all of the saved LogRecords
getLogRecordsThatContain(String) - Method in class biz.xsoftware.mock.MockLogHandler
Returns a List of LogRecords that have a message that contains the given message.
getLogRecordsThatContain(String, Level) - Method in class biz.xsoftware.mock.MockLogHandler
Returns a List of LogRecords that have a message that contains the given message.
getLogRecordsThatEqual(String) - Method in class biz.xsoftware.mock.MockLogHandler
Searches the List of LogRecords for an exact match using the LogRecord.getMessage() method.
getMethod() - Method in class biz.xsoftware.mock.CalledMethod
Gets the method object this CalledMethod object represents
getMethodName() - Method in class biz.xsoftware.mock.CalledMethod
Gets the method name this CalledMethod object represents
getName() - Method in class biz.xsoftware.mock.MethodSignature
 
getParameter(int) - Method in class biz.xsoftware.mock.CalledMethod
Gets the parameter at location=index
getParameterCount() - Method in class biz.xsoftware.mock.CalledMethod
Gets the number of parameters passed into method
getParamTypes() - Method in class biz.xsoftware.mock.MethodSignature
 
getReason() - Method in exception biz.xsoftware.mock.ExpectFailedException
Gets the reason expecting the call(s) failed.
getRecord() - Method in class biz.xsoftware.mock.testcase.LogAndStack
 

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