Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.QueryAssert
-
Uses of QueryAssert in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions
Modifier and TypeMethodDescriptionstatic QueryAssert
LogicSchemaAssertions.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Query actual) static QueryAssert
QueryAssert.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Query actual) QueryAssert.hasBodySize
(int expected) QueryAssert.hasEmptyHead()
QueryAssert.hasNonEmptyHead()
QueryAssert.headVariablesAppearInBody()
QueryAssert.isIsomorphicTo
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Query expected) QueryAssert.isIsomorphicTo
(List<String> headTerms, String expectedString)