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
Fields in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions with type parameters of type QueryAssertModifier and TypeFieldDescriptionstatic final org.assertj.core.api.InstanceOfAssertFactory<edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Query,QueryAssert> LogicInstanceOfAssertFactories.QUERYMethods 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)