jadex.bdi.testcases.goals.Deliberation.agent.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-applications-bdi Show documentation
Show all versions of jadex-applications-bdi Show documentation
The Jadex BDI applications package contain
several example applications, benchmarks and
testcases using BDI agents.
jadex.bdi.testcases.*
jadex.base.test.*
jadex.commons.*
java.util.Arrays
$goal.wait > $ref.wait
"result"
Arrays.equals($beliefbase.result, new String[]{"A", "B", "C"})
? new TestReport("#1", "Test if deliberation works", true, null)
: new TestReport("#1", "Test if deliberation works", false, "Expected A, B, C, but was: "+SUtil.arrayToString($beliefbase.result))
$beliefbase.result.length==3
false
500
"C"
1000
"B"
2000
"A"