Uses of Class
eu.iv4xr.framework.mainConcepts.TestGoal
Package
Description
iv4xr.framework is built on the nl.uu.cs.aplib.
-
Uses of TestGoal in eu.iv4xr.framework
-
Uses of TestGoal in eu.iv4xr.framework.mainConcepts
Modifier and TypeMethodDescription<Proposal> TestGoal
Set the given function as a goal function.<Proposal> TestGoal
TestGoal.invariant(TestAgent testagent, Function<Proposal,ObservationEvent.VerdictEvent> oracle)
Just another name fororacle(TestAgent,Function)
.<Proposal> TestGoal
TestGoal.invariant(Function<Proposal,ObservationEvent.VerdictEvent> oracle)
Just another name fororacle(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.<Proposal> TestGoal
Set the predicate which would serve as the predicate to solve.TestGoal.withEpsilon(Double e)
Set the value of eplison.TestGoal.withTactic(Tactic S)
Set the strategy to that a solving agent can use to solve this goal.