Total Runs |
Success Rate |
Failures |
Errors |
Skipped |
Total time (ms) |
4 |
100.0% |
0 |
0 |
0 |
0.013 seconds |
Features
removeLeadingFile should return /test/test.txt when invoked with /test/test.txt
Result: PASS
Time: 0.002 seconds
FileUtilities.removeLeadingFile(path) == expectedResult
path |
expectedResult |
|
|
/test/test.txt |
/test/test.txt |
0.002 seconds |
(PASS) |
removeLeadingFile should return /test/test.txt when invoked with file:/test/test.txt
Result: PASS
Time: 0
FileUtilities.removeLeadingFile(path) == expectedResult
path |
expectedResult |
|
|
file:/test/test.txt |
/test/test.txt |
0 |
(PASS) |
removeLeadingJar should return /test/test.txt when invoked with /test/test.txt
Result: PASS
Time: 0
FileUtilities.removeLeadingJar(path) == expectedResult
path |
expectedResult |
|
|
/test/test.txt |
/test/test.txt |
0 |
(PASS) |
removeLeadingJar should return /test/test.txt when invoked with jar:/test/test.txt!/
Result: PASS
Time: 0
FileUtilities.removeLeadingJar(path) == expectedResult
path |
expectedResult |
|
|
jar:/test/test.txt!/ |
/test/test.txt |
0 |
(PASS) |