Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.QueryAssert
Packages that use QueryAssert
-
Uses of QueryAssert in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions that return QueryAssertModifier and TypeMethodDescriptionstatic QueryAssertLogicSchemaAssertions.assertThat(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Query actual) static QueryAssertQueryAssert.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)