Uses of Interface
org.springframework.shell.test.ShellScreen
Packages that use ShellScreen
-
Uses of ShellScreen in org.springframework.shell.test
Classes in org.springframework.shell.test that implement ShellScreenFields in org.springframework.shell.test with type parameters of type ShellScreenModifier and TypeFieldDescriptionstatic final org.assertj.core.api.InstanceOfAssertFactory<ShellScreen,
ShellScreenAssert> ShellAssertions.SHELLSCREEN
Instance of a assert factory forShellScreen
.Methods in org.springframework.shell.test that return ShellScreenModifier and TypeMethodDescriptionstatic ShellScreen
GetShellScreen
out of lines.ShellTestClient.BaseShellSession.screen()
Read the screen.ShellTestClient.DefaultInteractiveShellSession.screen()
ShellTestClient.DefaultNonInteractiveShellSession.screen()
ShellTestClient.DefaultShellClient.screen()
ShellTestClient.screen()
Read the screen.Methods in org.springframework.shell.test with parameters of type ShellScreenModifier and TypeMethodDescriptionstatic ShellScreenAssert
ShellAssertions.assertThat
(ShellScreen actual) Creates an instance ofShellScreenAssert
.Constructors in org.springframework.shell.test with parameters of type ShellScreen