Package com.semedy.reasoner.edb
Class CoreTest
java.lang.Object
com.semedy.reasoner.reasoning.AbstractTestTemplate1
com.semedy.reasoner.edb.CoreTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tearDown()
void
Tests if clearing the Core works.void
Tests if facts and rules still exist after Core.close() and a restart.void
Tests if Core.delete() works correctly.
-
Constructor Details
-
CoreTest
public CoreTest()
-
-
Method Details
-
testCloseAndRestart
Tests if facts and rules still exist after Core.close() and a restart.- Throws:
Exception
-
testDeleteAndRestart
Tests if Core.delete() works correctly.- Throws:
Exception
-
testClearCore
Tests if clearing the Core works.- Throws:
Exception
-
tearDown
- Overrides:
tearDown
in classAbstractTestTemplate1
- Throws:
Exception
-