Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.AtomAssert
Packages that use AtomAssert
-
Uses of AtomAssert in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions that return AtomAssertModifier and TypeMethodDescriptionstatic AtomAssert
AtomAssert.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom actual) static AtomAssert
LogicSchemaAssertions.assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom actual) AtomAssert.containsConstant
(int index, String constantName) AtomAssert.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 parameterAtomAssert.hasPredicate
(String predicateName, int arity) AtomAssert.hasPredicateName
(String predicateName) AtomAssert.hasTerms
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList terms) AtomAssert.hasVariable
(int index, String variableName) protected AtomAssert
ImmutableAtomListAssert.toAssert
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom value, String description)