Class SpringShellTestProperties
java.lang.Object
org.springframework.shell.test.autoconfigure.SpringShellTestProperties
@ConfigurationProperties(prefix="spring.shell.test")
public class SpringShellTestProperties
extends Object
Configuration properties for shell test.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setTerminalHeight
(int terminalHeight) void
setTerminalWidth
(int terminalWidth)
-
Constructor Details
-
SpringShellTestProperties
public SpringShellTestProperties()
-
-
Method Details
-
getTerminalWidth
public int getTerminalWidth() -
setTerminalWidth
public void setTerminalWidth(int terminalWidth) -
getTerminalHeight
public int getTerminalHeight() -
setTerminalHeight
public void setTerminalHeight(int terminalHeight)
-