Test terminal can set dimensions

- ShellTest now has fields which can be used to
  change terminal default widht/height.
- Backed by properties so can be used with
  `spring.shell.test.terminal-width` and
  `spring.shell.test.terminal-height`.
- Fixes #656
This commit is contained in:
Janne Valkealahti
2023-02-05 15:24:36 +00:00
parent 809e296e55
commit a95e60dd8b
10 changed files with 234 additions and 7 deletions

View File

@@ -16,3 +16,5 @@ NOTE: Testing support is currently under development and will be
unstable for various parts.
include::using-shell-testing-basics.adoc[]
include::using-shell-testing-settings.adoc[]