Package laas.openrobots.ontology.tests
Class EventsTest
- java.lang.Object
-
- laas.openrobots.ontology.tests.EventsTest
-
public class EventsTest extends java.lang.Object
This class holds unit tests that cover the events feature inoro-server
.
-
-
Constructor Summary
Constructors Constructor Description EventsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearEvent()
void
clearEvents()
void
eventsFactChecking()
void
eventsFactCheckingAlternateModel()
void
eventsNewClassInstance()
This tests event framework on "NEW_CLASS_INSTANCE" type of eventsvoid
eventsNewInstance()
This tests event framework on "NEW_INSTANCE" type of eventsvoid
eventsNewInstanceWithSameAs()
This tests event "NEW_INSTANCE" with owl:sameAs predicate
-
-
-
Method Detail
-
eventsFactChecking
public void eventsFactChecking() throws IllegalStatementException
- Throws:
IllegalStatementException
-
eventsNewInstance
public void eventsNewInstance() throws IllegalStatementException
This tests event framework on "NEW_INSTANCE" type of events- Throws:
IllegalStatementException
-
eventsNewInstanceWithSameAs
public void eventsNewInstanceWithSameAs() throws IllegalStatementException
This tests event "NEW_INSTANCE" with owl:sameAs predicate- Throws:
IllegalStatementException
-
eventsNewClassInstance
public void eventsNewClassInstance() throws IllegalStatementException
This tests event framework on "NEW_CLASS_INSTANCE" type of events- Throws:
IllegalStatementException
-
eventsFactCheckingAlternateModel
public void eventsFactCheckingAlternateModel() throws IllegalStatementException
- Throws:
IllegalStatementException
-
clearEvents
public void clearEvents() throws IllegalStatementException
- Throws:
IllegalStatementException
-
clearEvent
public void clearEvent() throws IllegalStatementException
- Throws:
IllegalStatementException
-
-