|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Test.Command | |
---|---|
de.knipp.rritoolkit.test |
Uses of Test.Command in de.knipp.rritoolkit.test |
---|
Classes in de.knipp.rritoolkit.test that implement Test.Command | |
---|---|
private static class |
Test.ParallelCommand
class that executes the given commands in parallel |
private static class |
Test.RepeatCommand
class that repeats a command a given number of times |
private static class |
Test.SequentialCommand
class that executes the given commands sequentially |
private static class |
Test.SingleCommand
class that executes a single command |
Fields in de.knipp.rritoolkit.test declared as Test.Command | |
---|---|
private Test.Command |
Test.RepeatCommand.command
the command to repeat |
private Test.Command[] |
Test.SequentialCommand.commands
the commands to execute |
private Test.Command[] |
Test.ParallelCommand.commands
the commands to execute |
Methods in de.knipp.rritoolkit.test that return Test.Command | |
---|---|
private Test.Command |
Test.parseBatchFile(java.io.BufferedReader reader)
parse the given batch file |
private Test.Command |
Test.parseBatchSection(java.lang.String... stopWords)
parse a section of the batch file |
Constructors in de.knipp.rritoolkit.test with parameters of type Test.Command | |
---|---|
Test.ParallelCommand(Test.Command[] theCommands,
int theThreadCount)
constructor |
|
Test.RepeatCommand(Test.Command theCommand,
int theRepeatCount)
constructor |
|
Test.SequentialCommand(Test.Command[] theCommands)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |