Package com.semedy.reasoner.edb
Class CoreTest
java.lang.Object
com.semedy.reasoner.reasoning.AbstractTestTemplate1
com.semedy.reasoner.edb.CoreTest
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidtearDown()voidTests if clearing the Core works.voidTests if facts and rules still exist after Core.close() and a restart.voidTests 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:
 tearDownin classAbstractTestTemplate1- Throws:
 Exception
 
 -