Class LiteralAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<LiteralAssert,edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal>
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.LiteralAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<LiteralAssert,
,edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal> org.assertj.core.api.Descriptable<LiteralAssert>
,org.assertj.core.api.ExtensionPoints<LiteralAssert,
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal>
public class LiteralAssert
extends org.assertj.core.api.AbstractAssert<LiteralAssert,edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals
-
Constructor Summary
ConstructorDescriptionLiteralAssert
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual) -
Method Summary
Modifier and TypeMethodDescriptionstatic LiteralAssert
assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual) containsConstants
(String... constantNames) containsVariables
(String... variableNames) correspondsSpec
(edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.LiteralSpec spec) correspondsTo
(String expectedLiteralString) hasConstant
(int index, String constantName) hasPredicate
(String predicateName, int arity) hasVariable
(int index, String variableName) isGround()
Methods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.assertj.core.api.Descriptable
as, as, as, describedAs
-
Constructor Details
-
LiteralAssert
public LiteralAssert(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual)
-
-
Method Details
-
assertThat
public static LiteralAssert assertThat(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal actual) -
correspondsSpec
public LiteralAssert correspondsSpec(edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.LiteralSpec spec) -
correspondsTo
-
isOrdinaryLiteral
-
asOrdinaryLiteral
-
isBuiltInLiteral
-
asBuiltInLiteral
-
isComparisonBuiltInLiteral
-
asComparisonBuiltInLiteral
-
hasPredicate
-
hasVariable
-
hasConstant
-
containsVariables
-
containsConstants
-
isGround
-