- getArgs() - Method in class randomunit.MethodInvocationLog
-
Returns the arguments with which the method of this log was invoked.
- getCurrentStep() - Method in class randomunit.RandomizedTestCase
-
- getLog() - Method in exception randomunit.TestFailedException
-
- getLogStrategy() - Method in class randomunit.RandomizedTestCase
-
Returns the LogStrategy that handles the produced log entries of this
randomized test.
- getMessage() - Method in exception randomunit.TestFailedException
-
- getMethod() - Method in class randomunit.MethodInvocationLog
-
Returns the method of this invocation.
- getObject() - Method in class randomunit.MethodInvocationLog.PooledObject
-
Returns the object that has been appended to a pool.
- getPhase() - Method in class randomunit.RandomizedTestCase
-
Returns the current phase of the test.
- getPool(String) - Method in class randomunit.RandomizedTestCase
-
Returns an object pool by name, or null if no such pool is defined (all
pools are defined at the construction time of this test, and may be empty
but not null).
- getPoolName() - Method in class randomunit.MethodInvocationLog.PooledObject
-
Returns the name of the object pool that an object has been appended
to.
- getPoolNames() - Method in class randomunit.RandomizedTestCase
-
Returns an unmodifiable set of all object pool names that are defined in
this test.
- getReturnedValue() - Method in class randomunit.MethodInvocationLog
-
Returns the value that the method of this log returned (or null if none).
- getTargetPools() - Method in class randomunit.MethodInvocationLog
-
Returns the pools into which the returned value was added.