| Test |
Duration |
Result |
| testMultiFileParsing[0](testdata/picard/util/whitespace_text_file.txt, testdata/picard/util/whitespace_text_file.txt) |
0.001s |
passed |
| testMultiFileParsing[1](sun.nio.ch.ChannelInputStream@3dc2f36c, sun.nio.ch.ChannelInputStream@57e52454) |
0s |
passed |
| testTabbedFileParser[0](testdata/picard/util/tabbed_text_file.txt) |
0.001s |
passed |
| testTabbedFileParser[1](sun.nio.ch.ChannelInputStream@66718124) |
0s |
passed |
| testTextFileParserLeadingWhitespace[0](testdata/picard/util/all_ones_text_file.txt) |
0.001s |
passed |
| testTextFileParserLeadingWhitespace[1](sun.nio.ch.ChannelInputStream@1f9cbb49) |
0s |
passed |
| testTextFileParserNoGrouping[0](testdata/picard/util/no_grouping_file.txt) |
0s |
passed |
| testTextFileParserNoGrouping[1](sun.nio.ch.ChannelInputStream@102ee01b) |
0s |
passed |
| testTextFileParser[0](testdata/picard/util/whitespace_text_file.txt) |
0s |
passed |
| testTextFileParser[1](sun.nio.ch.ChannelInputStream@6d603094) |
0s |
passed |
| testTooManyWords[0](testdata/picard/util/whitespace_text_file.txt) |
0.003s |
passed |
| testTooManyWords[1](sun.nio.ch.ChannelInputStream@40a0b114) |
0s |
passed |
| testWordCountCalculation[0](1 2 3, false, Tabs with all fields filled.) |
0s |
passed |
| testWordCountCalculation[1](1 2 , false, Tabs with no final field.) |
0s |
passed |
| testWordCountCalculation[2]( 2 3, false, Tabs with no first field.) |
0s |
passed |
| testWordCountCalculation[3]( 2 , false, Tabs with no first or final field.) |
0s |
passed |
| testWordCountCalculation[4](1 2 3, true, Spaces with all fields filled (grouping on).) |
0s |
passed |
| testWordCountCalculation[5](1 2 3 , true, Spaces with no final field (grouping on).) |
0s |
passed |
| testWordCountCalculation[6]( 2 3 4, true, Spaces with no first field (grouping on).) |
0s |
passed |
| testWordCountCalculation[7]( 2 , false, Spaces with no first or final field.) |
0s |
passed |