Class org.broadinstitute.hellbender.utils.codecs.table.TableCodecUnitTest

26

tests

0

failures

0

ignored

0.003s

duration

100%

successful

Tests

Test Duration Result
testBadNames[0](a.tsv) 0s passed
testBadNames[1](a.table.gz) 0s passed
testBadNames[2](a.bed) 0s passed
testBadNames[3](a.bcf) 0s passed
testBadNames[4](a.hapmap) 0s passed
testBadNames[5](a.refseq) 0s passed
testBadNames[6](a.beagle) 0s passed
testChrs 0.001s passed
testDecode1[0](1:1 1 2 3, 1, 1, 1, [], [1:1, 1, 2, 3]) 0.001s passed
testDecode1[1](1:1-2 1 2 3, 1, 1, 2, [], [1:1-2, 1, 2, 3]) 0s passed
testDecode1[2](1 1 2 3, 1, 1, 2147483647, [], [1, 1, 2, 3]) 0s passed
testDecode1[3](1:1,000-2,000 1 2 3, 1, 1000, 2000, [], [1:1,000-2,000, 1, 2, 3]) 0s passed
testDecodeComment 0s passed
testDecodeFailsNoHeader 0s passed
testDecodeHeader 0.001s passed
testDecodeHeader2 0s passed
testDecodeNotNull[0](foo HEADER) 0s passed
testDecodeNotNull[1](foo HEADER) 0s passed
testDecodeNotNull[2](foo track) 0s passed
testDecodeNull[0](HEADER foo) 0s passed
testDecodeNull[1](HEADER bar) 0s passed
testDecodeNull[2](track baz) 0s passed
testDecodeOnlyComments 0s passed
testGoodNames[0](a.table) 0s passed
testTwoHeaders 0s passed
testTwoHeadersFailsOnRepeat 0s passed