Class org.broadinstitute.hellbender.tools.copynumber.utils.annotatedinterval.AnnotatedIntervalCollectionUnitTest

14

tests

0

failures

0

ignored

0.061s

duration

100%

successful

Tests

Test Duration Result
basicTest 0.031s passed
basicTestTribble 0.006s passed
basicTestTribbleWithHeadersOfInterest 0.004s passed
basicTestTribbleWithHeadersOfInterestColumnNamesSpecified 0.004s passed
basicTestTribbleWithNoConfig 0.003s passed
basicTestWithAllColumnsFile 0.003s passed
testCopyAnnotatedInterval[0](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, [Foo, Foo1], AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}) 0s passed
testCopyAnnotatedInterval[1](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, [Foo], AnnotatedInterval{interval=1:100-200, annotations={Foo=bar}}) 0.001s passed
testCopyAnnotatedInterval[2](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, [Foo, Not_Present], AnnotatedInterval{interval=1:100-200, annotations={Foo=bar}}) 0s passed
testCopyAnnotatedInterval[3](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, [], AnnotatedInterval{interval=1:100-200, annotations={}}) 0s passed
testCopyAnnotatedInterval[4](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, [Not_Present, Not_Present2, Not_Present3], AnnotatedInterval{interval=1:100-200, annotations={}}) 0s passed
testCreateSamFileHeaderComments 0.002s passed
testCreationFromList 0.007s passed
testErrorCreateWithInconsistentRegionList 0s passed