Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.LiteralAssert
-
Uses of LiteralAssert in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions
Modifier and TypeMethodDescriptionstatic LiteralAssert
LiteralAssert.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual) static LiteralAssert
LogicSchemaAssertions.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 LiteralAssert
ImmutableLiteralsListAssert.toAssert
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal value, String description)