Uses of Class
eu.iv4xr.framework.mainConcepts.ObservationEvent.VerdictEvent
Package
Description
iv4xr.framework is built on the nl.uu.cs.aplib.
-
Uses of ObservationEvent.VerdictEvent in eu.iv4xr.framework
Modifier 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
Modifier and TypeFieldDescription(package private) ObservationEvent.VerdictEvent
TestDataCollector.EventTrace.lastFailVerdict
Modifier and TypeFieldDescription(package private) Function<Object,ObservationEvent.VerdictEvent>
TestGoal.oracle
Modifier and TypeMethodDescriptionTestDataCollector.getLastFailVerdict()
Get the last reported negative verdict.TestDataCollector.getLastFailVerdict(String agentUniqueId)
Get the last negative verdict reported by the specified test-agent.Modifier and TypeMethodDescriptionvoid
TestAgent.registerVerdict(ObservationEvent.VerdictEvent verdict)
Register a verdict, which can be either a success or fail, or undecided.Modifier and TypeMethodDescription<Proposal> TestGoal
TestGoal.invariant(TestAgent testagent, Function<Proposal,ObservationEvent.VerdictEvent> oracle)
Just another name forTestGoal.oracle(TestAgent,Function)
.<Proposal> TestGoal
TestGoal.invariant(Function<Proposal,ObservationEvent.VerdictEvent> oracle)
Just another name forTestGoal.oracle(TestAgent,Function)
.<Proposal> TestGoal
TestGoal.oracle(TestAgent testagent, Function<Proposal,ObservationEvent.VerdictEvent> oracle)
Specify the test-oracle associated with for this TestGoal.<Proposal> TestGoal
TestGoal.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.