Uses of Package
de.learnlib.driver.reflect
-
Packages that use de.learnlib.driver.reflect Package Description de.learnlib.driver.reflect -
Classes in de.learnlib.driver.reflect used by de.learnlib.driver.reflect Class Description MethodInput An input symbol that represents a call to a method with a specific set of parameters.MethodOutput Abstract output of a method.SimplePOJOExceptionMapper A mapper that wraps any kind ofRuntimeException
that occurs duringsteps
of theSimplePOJOTestDriver
into aMappedException
whose output is anError
object, followed by repeatedUnobserved
outputs.Unobserved An artificial output symbol for a (non-executed) input after an exception has occurred.VoidOutput The (empty) output of a void method call.