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

7

tests

0

failures

0

ignored

0.016s

duration

100%

successful

Tests

Test Duration Result
basicTest 0.007s passed
basicTestWithAllColumnsFile 0.008s passed
testEquals[0](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, true) 0s passed
testEquals[1](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar2}}, AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, false) 0s passed
testEquals[2](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foobar1=bar1}}, false) 0s passed
testEquals[3](AnnotatedInterval{interval=1:1000-2000, annotations={Foo=bar, Foo1=bar1}}, AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, false) 0.001s passed
testEquals[4](AnnotatedInterval{interval=1:100-200, annotations={Foo=bar, Foo1=bar1}}, AnnotatedInterval{interval=1:100-200, annotations={Foo=bar}}, false) 0s passed