
test.TestAll Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jason Show documentation
Show all versions of jason Show documentation
Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.
package test;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
ASParserTest.class,
BeliefBaseTest.class,
ExprTermTest.class,
JadeAgTest.class,
ListTermTest.class,
MAS2JParserTest.class,
PlanTest.class,
RuleTest.class,
StdLibTest.class,
StringTermTest.class,
TermTest.class,
TSTest.class,
VarTermTest.class,
NSTest.class
})
public class TestAll { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy