Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.OrdinaryLiteralAssert
Packages that use OrdinaryLiteralAssert
-
Uses of OrdinaryLiteralAssert 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 OrdinaryLiteralAssertModifier and TypeFieldDescriptionstatic final org.assertj.core.api.InstanceOfAssertFactory<edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral,
OrdinaryLiteralAssert> LogicInstanceOfAssertFactories.ORDINARY_LITERAL
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions that return OrdinaryLiteralAssertModifier and TypeMethodDescriptionLiteralAssert.asOrdinaryLiteral()
static OrdinaryLiteralAssert
LogicSchemaAssertions.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral actual) static OrdinaryLiteralAssert
OrdinaryLiteralAssert.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral actual) OrdinaryLiteralAssert.correspondsSpec
(edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.OrdinaryLiteralSpec spec) OrdinaryLiteralAssert.correspondsTo
(String expectedLiteralString) OrdinaryLiteralAssert.hasPredicate
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Predicate predicate) Asserts that the actual atom should have the very same predicate (i.e., same object reference) as the one given by parameterOrdinaryLiteralAssert.hasPredicate
(String predicateName, int arity) OrdinaryLiteralAssert.hasPredicateName
(String predicateName) OrdinaryLiteralAssert.hasTerms
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList terms) OrdinaryLiteralAssert.isNegated()
OrdinaryLiteralAssert.isPositive()
OrdinaryLiteralAssert.isPositive
(boolean positive)