Class picard.util.TextFileParsersTest

20

tests

0

failures

0

ignored

0.004s

duration

100%

successful

Tests

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@5245696f, sun.nio.ch.ChannelInputStream@5f57436f) 0.001s passed
testTabbedFileParser[0](testdata/picard/util/tabbed_text_file.txt) 0s passed
testTabbedFileParser[1](sun.nio.ch.ChannelInputStream@50120fa4) 0s passed
testTextFileParserLeadingWhitespace[0](testdata/picard/util/all_ones_text_file.txt) 0s passed
testTextFileParserLeadingWhitespace[1](sun.nio.ch.ChannelInputStream@37d94993) 0.001s passed
testTextFileParserNoGrouping[0](testdata/picard/util/no_grouping_file.txt) 0s passed
testTextFileParserNoGrouping[1](sun.nio.ch.ChannelInputStream@38916a10) 0s passed
testTextFileParser[0](testdata/picard/util/whitespace_text_file.txt) 0s passed
testTextFileParser[1](sun.nio.ch.ChannelInputStream@309863af) 0.001s passed
testTooManyWords[0](testdata/picard/util/whitespace_text_file.txt) 0s passed
testTooManyWords[1](sun.nio.ch.ChannelInputStream@3406c3df) 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