All Classes
-
Class Summary Class Description AbstractContextExecutableInputSUL<I extends ContextExecutableInput<? extends O,? super C>,O,C> Abstract base class for aSUL
that step-wisely executesContextExecutableInput
symbols.ContextExecutableInputSUL<I extends ContextExecutableInput<? extends O,? super C>,O,C> ASUL
that executesContextExecutableInput
symbols.Error A wrapper for representing an exception-based method output via itsClass.getSimpleName()
.ExecutableInputSUL<I extends ExecutableInput<? extends O>,O> ASUL
that executesExecutableInput
symbols.MethodInput An input symbol that represents a call to a method with a specific set of parameters.MethodOutput Abstract output of a method.ReturnValue<T> A (non-empty) output of a method call.SimplePOJOExceptionMapper A mapper that wraps any kind ofRuntimeException
that occurs duringsteps
of theSimplePOJOTestDriver
into aMappedException
whose output is anError
object, followed by repeatedUnobserved
outputs.SimplePOJOTestDriver A test driver for plain old java objects.Unobserved An artificial output symbol for a (non-executed) input after an exception has occurred.VoidOutput The (empty) output of a void method call.