[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from TestSortedDisjointIntervalList
[ RUN      ] TestSortedDisjointIntervalList.TestBasic
[       OK ] TestSortedDisjointIntervalList.TestBasic (1 ms)
[ RUN      ] TestSortedDisjointIntervalList.TestOverlappedIntervals
[       OK ] TestSortedDisjointIntervalList.TestOverlappedIntervals (0 ms)
[ RUN      ] TestSortedDisjointIntervalList.TestDuplicateIntervals
[       OK ] TestSortedDisjointIntervalList.TestDuplicateIntervals (0 ms)
[ RUN      ] TestSortedDisjointIntervalList.TestInvalidIntervals
[       OK ] TestSortedDisjointIntervalList.TestInvalidIntervals (0 ms)
[ RUN      ] TestSortedDisjointIntervalList.TestSingleElementIntervals
[       OK ] TestSortedDisjointIntervalList.TestSingleElementIntervals (0 ms)
[----------] 5 tests from TestSortedDisjointIntervalList (2 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (2 ms total)
[  PASSED  ] 5 tests.
