GitCommandRunnerTest
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| captures stdout, stderr and exit code | 0.007s | passed |
| hands the started process to onProcess, so callers can terminate it early | 0.007s | passed |
| lines splits stdout and drops blank lines | 0.007s | passed |
| passes extra environment variables | 0.007s | passed |
| runOrThrow returns the result on success | 0.007s | passed |
| runOrThrow throws with command and stderr on failure | 0.004s | passed |
| runs the command in the given working directory | 0.009s | passed |
Standard output
Creating nstance of class de.hoennig.werkator.git.GitCommandRunnerTest