Uses of Class
ubic.gemma.cli.util.test.CliAssert
Packages that use CliAssert
-
Uses of CliAssert in ubic.gemma.cli.util.test
Methods in ubic.gemma.cli.util.test that return CliAssertModifier and TypeMethodDescriptionstatic CliAssertAssertions.assertThat(CLI cli) CliAssert.fails()Assert that the command fails.CliAssert.failsWith(int exitStatus) Assert that the command fails with the given exit status.CliAssert.succeeds()Asserts that the command succeeds with a zero exit status.CliAssert.withArguments(String... arguments) Set the arguments passed to the command.CliAssert.withCommandNameOrAlias(String commandNameOrAlias) Set the command name or alias used to execute the command.CliAssert.withConsole(Console console) Set the console to be used for interactive use.CliAssert.withEnvironment(Map<String, String> environment) Set the environment variables to be used when executing the command.CliAssert.withErrorStream(OutputStream errorStream) CliAssert.withInputStream(InputStream inputStream) Set the input stream to be used as standard input for the command.CliAssert.withOutputStream(OutputStream outputStream)