Package org.springframework.shell
Class ValueResultAsserts
java.lang.Object
org.assertj.core.api.AbstractAssert<ValueResultAsserts,ValueResult>
org.springframework.shell.ValueResultAsserts
- All Implemented Interfaces:
org.assertj.core.api.Assert<ValueResultAsserts,
,ValueResult> org.assertj.core.api.Descriptable<ValueResultAsserts>
,org.assertj.core.api.ExtensionPoints<ValueResultAsserts,
ValueResult>
public class ValueResultAsserts
extends org.assertj.core.api.AbstractAssert<ValueResultAsserts,ValueResult>
Assertions for
ValueResult
.-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValueResultAsserts
assertThat
(ValueResult valueResult) usesWords
(int... expectedWordsUsed) usesWordsForValue
(int... expectedWordsUsedForValue) 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, 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
-
ValueResultAsserts
-
-
Method Details
-
hasValue
-
usesWords
-
notUsesWords
-
usesWordsForValue
-
notUsesWordsForValue
-
assertThat
-