Class org.broadinstitute.hellbender.utils.runtime.ProcessControllerUnitTest
Tests
| Test |
Duration |
Result |
| testDirectory |
0.017s |
passed |
| testEcho[0](echo Hello World) |
0.005s |
passed |
| testEcho[1](echo 'Hello World) |
0.003s |
passed |
| testEcho[2](echo Hello World') |
0.002s |
passed |
| testEcho[3](echo 'Hello World') |
0.004s |
passed |
| testEcho[4](<long command>) |
0.003s |
passed |
| testEnvironment |
0.003s |
passed |
| testErrorToErr |
0.003s |
passed |
| testErrorToOut |
0.003s |
passed |
| testReadStdInBuffer |
0.002s |
passed |
| testReadStdInFile |
0.003s |
passed |
| testReuseAfterError |
0.019s |
passed |
| testScript[0](echo Hello World) |
0.003s |
passed |
| testScript[1](echo 'Hello World) |
0.003s |
passed |
| testScript[2](echo Hello World') |
0.002s |
passed |
| testScript[3](echo 'Hello World') |
0.003s |
passed |
| testScript[4](echo "Hello World") |
0.004s |
passed |
| testScript[5](no_such_echo Hello World) |
0.002s |
passed |
| testScript[6](echo #) |
0.003s |
passed |
| testScript[7](echo \#) |
0.003s |
passed |
| testScript[8](echo \\#) |
0.003s |
passed |
| testScript[9](<long command>) |
0.004s |
passed |
| testTruncateBuffer[0](0, 0) |
0.002s |
passed |
| testTruncateBuffer[1](12, 12) |
0.002s |
passed |
| testTruncateBuffer[2](13, 12) |
0.002s |
passed |
| testTruncateBuffer[3](11, 11) |
0.002s |
passed |
| testUnableToStart |
0.002s |
passed |
| testWriteStdOut |
0.002s |
passed |
Standard output
Testing to stdout