インターフェースの使用
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
パッケージ
説明
ApplicationContexts の AssertJ サポート。
テスト用のアプリケーションコンテキストを実行するテストユーティリティ。
org.springframework.boot.test.context.assertj 内の ApplicationContextAssertProvider 使用
修飾子と型インターフェース説明interface
AssertJ スタイルのアサーションを追加でサポートするApplicationContext
。interface
AssertJ スタイルのアサーションをさらにサポートするReactiveWebApplicationContext
。interface
AssertJ スタイルのアサーションをさらにサポートするWebApplicationContext
。修飾子と型メソッド説明static <T extends ApplicationContextAssertProvider<C>,
C extends ApplicationContext>
TApplicationContextAssertProvider.get
(ClassSE<T> type, ClassSE<? extends C> contextType, SupplierSE<? extends C> contextSupplier) 新しいApplicationContextAssertProvider
インスタンスを作成するファクトリメソッド。static <T extends ApplicationContextAssertProvider<C>,
C extends ApplicationContext>
TApplicationContextAssertProvider.get
(ClassSE<T> type, ClassSE<? extends C> contextType, SupplierSE<? extends C> contextSupplier, ClassSE<?>... additionalContextInterfaces) 新しいApplicationContextAssertProvider
インスタンスを作成するファクトリメソッド。org.springframework.boot.test.context.runner 内の ApplicationContextAssertProvider 使用
修飾子と型クラス説明class
AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,
C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>> ApplicationContext
を実行し、AssertJ スタイルのアサーションを提供するユーティリティ設計。