Uses of Class
org.springframework.shell.test.ShellScreenAssert
Packages that use ShellScreenAssert
-
Uses of ShellScreenAssert in org.springframework.shell.test
Fields in org.springframework.shell.test with type parameters of type ShellScreenAssertModifier and TypeFieldDescriptionstatic final org.assertj.core.api.InstanceOfAssertFactory<ShellScreen,ShellScreenAssert> ShellAssertions.SHELLSCREENInstance of a assert factory forShellScreen.Methods in org.springframework.shell.test that return ShellScreenAssertModifier and TypeMethodDescriptionstatic ShellScreenAssertShellAssertions.assertThat(ShellScreen actual) Creates an instance ofShellScreenAssert.ShellScreenAssert.containsText(String text) Verifies that text if found from a screen.