Package org.springframework.shell.test
Class ShellAssertions
java.lang.Object
org.springframework.shell.test.ShellAssertions
Entry point for assertion methods for shell components.
- Author:
- Janne Valkealahti, Mahmoud Ben Hassine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShellScreenAssertassertThat(ShellScreen actual) Creates an instance ofShellScreenAssert.
-
Constructor Details
-
ShellAssertions
public ShellAssertions()
-
-
Method Details
-
assertThat
Creates an instance ofShellScreenAssert.- Parameters:
actual- the actual value- Returns:
- the created assertion object
-