| Modifier and Type | Method and Description |
|---|---|
SystemLambda.SystemInStub |
SystemLambda.SystemInStub.andExceptionThrownOnInputEnd(IOException exception)
Sets an exception that is thrown after the text is read.
|
SystemLambda.SystemInStub |
SystemLambda.SystemInStub.andExceptionThrownOnInputEnd(RuntimeException exception)
Sets an exception that is thrown after the text is read.
|
static SystemLambda.SystemInStub |
SystemLambda.withTextFromSystemIn(String... lines)
Executes the statement and lets
System.in provide the specified
text during the execution. |
Copyright © 2020. All rights reserved.