Uses of Class
eu.iv4xr.framework.mainConcepts.ObservationEvent.VerdictEvent
Packages that use ObservationEvent.VerdictEvent
Package
Description
iv4xr.framework is built on the nl.uu.cs.aplib.
-
Uses of ObservationEvent.VerdictEvent in eu.iv4xr.framework
Methods in eu.iv4xr.framework that return ObservationEvent.VerdictEventModifier and TypeMethodDescriptionIv4xrEDSL.assertTrue_(String assertionFamilyName, String assertionInfo, boolean assertion)Check a boolean expression, if it is true then produce a positive VerdictEvent, and else a negative VerdictEvent. -
Uses of ObservationEvent.VerdictEvent in eu.iv4xr.framework.mainConcepts
Fields in eu.iv4xr.framework.mainConcepts declared as ObservationEvent.VerdictEventModifier and TypeFieldDescription(package private) ObservationEvent.VerdictEventTestDataCollector.EventTrace.lastFailVerdictFields in eu.iv4xr.framework.mainConcepts with type parameters of type ObservationEvent.VerdictEventModifier and TypeFieldDescription(package private) Function<Object,ObservationEvent.VerdictEvent>TestGoal.oracleMethods in eu.iv4xr.framework.mainConcepts that return ObservationEvent.VerdictEventModifier and TypeMethodDescriptionTestDataCollector.getLastFailVerdict()Get the last reported negative verdict.TestDataCollector.getLastFailVerdict(String agentUniqueId)Get the last negative verdict reported by the specified test-agent.Methods in eu.iv4xr.framework.mainConcepts with parameters of type ObservationEvent.VerdictEventModifier and TypeMethodDescriptionvoidTestAgent.registerVerdict(ObservationEvent.VerdictEvent verdict)Register a verdict, which can be either a success or fail, or undecided.Method parameters in eu.iv4xr.framework.mainConcepts with type arguments of type ObservationEvent.VerdictEventModifier and TypeMethodDescription<Proposal> TestGoalTestGoal.invariant(TestAgent testagent, Function<Proposal,ObservationEvent.VerdictEvent> oracle)Just another name forTestGoal.oracle(TestAgent,Function).<Proposal> TestGoalTestGoal.invariant(Function<Proposal,ObservationEvent.VerdictEvent> oracle)Just another name forTestGoal.oracle(TestAgent,Function).<Proposal> TestGoalTestGoal.oracle(TestAgent testagent, Function<Proposal,ObservationEvent.VerdictEvent> oracle)Specify the test-oracle associated with for this TestGoal.<Proposal> TestGoalTestGoal.oracle(Function<Proposal,ObservationEvent.VerdictEvent> oracle)Specify the test-oracle associated with for this TestGoal.TestGoal.oracle_(TestAgent testagent, Function<Object,ObservationEvent.VerdictEvent> oracle)Specify the test-oracle associated with for this TestGoal.