Class LevelAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<LevelAssert,edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level>
edu.upc.fib.inlab.imp.kse.logics.logicschema.assertions.LevelAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<LevelAssert,
,edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level> org.assertj.core.api.Descriptable<LevelAssert>
,org.assertj.core.api.ExtensionPoints<LevelAssert,
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level>
public class LevelAssert
extends org.assertj.core.api.AbstractAssert<LevelAssert,edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals
-
Constructor Summary
ConstructorDescriptionLevelAssert
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level actual) -
Method Summary
Modifier and TypeMethodDescriptionstatic LevelAssert
assertThat
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level actual) containsExactlyPredicateNames
(String... expectedPredicateNames) isEmpty()
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
-
LevelAssert
public LevelAssert(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level actual)
-
-
Method Details
-
assertThat
public static LevelAssert assertThat(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Level actual) -
containsExactlyPredicateNames
-
isEmpty
-