Uses of Interface
org.springframework.shell.test.ShellWriteSequence
Packages that use ShellWriteSequence
-
Uses of ShellWriteSequence in org.springframework.shell.test
Methods in org.springframework.shell.test that return ShellWriteSequenceModifier and TypeMethodDescriptionShellWriteSequence.carriageReturn()Sequence terminal carriage return.ShellWriteSequence.clearScreen()Sequence terminal clear screen.Sequence from command with expectedcarriage return.ShellWriteSequence.cr()Sequence terminal carriage return.ShellWriteSequence.ctrl(char c) Sequence terminal ctrl.ShellWriteSequence.keyDown()Sequence terminal key down.ShellWriteSequence.keyLeft()Sequence terminal key left.ShellWriteSequence.keyRight()Sequence terminal key right.ShellWriteSequence.keyUp()Sequence terminal key up.ShellWriteSequence.space()Sequence terminal space.Sequence text.ShellTestClient.BaseShellSession.writeSequence()Get a write sequencer.ShellTestClient.DefaultInteractiveShellSession.writeSequence()ShellTestClient.DefaultNonInteractiveShellSession.writeSequence()