Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.LiteralAssert
Packages that use LiteralAssert
-
Uses of LiteralAssert in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions that return LiteralAssertModifier and TypeMethodDescriptionstatic LiteralAssertLiteralAssert.assertThat(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual) static LiteralAssertLogicSchemaAssertions.assertThat(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual) LiteralAssert.containsConstants(String... constantNames) LiteralAssert.containsVariables(String... variableNames) LiteralAssert.correspondsSpec(edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.LiteralSpec spec) LiteralAssert.correspondsTo(String expectedLiteralString) LiteralAssert.hasConstant(int index, String constantName) LiteralAssert.hasPredicate(String predicateName, int arity) LiteralAssert.hasVariable(int index, String variableName) LiteralAssert.isBuiltInLiteral()LiteralAssert.isComparisonBuiltInLiteral()LiteralAssert.isGround()LiteralAssert.isOrdinaryLiteral()protected LiteralAssertImmutableLiteralsListAssert.toAssert(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal value, String description)