クラス ShellScreenAssert

java.lang.ObjectSE
org.assertj.core.api.AbstractAssert<ShellScreenAssert,ShellScreen>
org.springframework.shell.test.ShellScreenAssert
実装されているすべてのインターフェース:
org.assertj.core.api.Assert<ShellScreenAssert,ShellScreen>org.assertj.core.api.Descriptable<ShellScreenAssert>org.assertj.core.api.ExtensionPoints<ShellScreenAssert,ShellScreen>

public class ShellScreenAssert extends org.assertj.core.api.AbstractAssert<ShellScreenAssert,ShellScreen>
ShellScreen のアサート。
作成者:
Janne Valkealahti, Mahmoud Ben Hassine
  • フィールドのサマリー

    クラス org.assertj.core.api.AbstractAssert から継承されたフィールド

    actual, info, myself, objects, throwUnsupportedExceptionOnEquals
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
  • 方法の概要

    修飾子と型
    メソッド
    説明
    画面内にテキストが見つかった場合はそれを検証します。

    クラス org.assertj.core.api.AbstractAssert から継承されたメソッド

    actual, areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, doesNotHaveToString, doesNotMatch, doesNotMatch, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, 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, usingEquals, usingEquals, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, finalize, getClass, notify, notifyAll, toString, wait, waitSE, waitSE

    インターフェース org.assertj.core.api.Descriptable から継承されたメソッド

    as, as, as, describedAs, describedAs
  • コンストラクターの詳細

    • ShellScreenAssert

      public ShellScreenAssert(ShellScreen actual)
  • メソッドの詳細

    • containsText

      public ShellScreenAssert containsText(StringSE text)
      画面内にテキストが見つかった場合はそれを検証します。
      パラメーター:
      text - 探すテキスト
      戻り値:
      このアサーションオブジェクト