(t *testing.T)
| 428 | } |
| 429 | |
| 430 | func TestCompare2(t *testing.T) { |
| 431 | c := NewCompare2() |
| 432 | |
| 433 | c.Update(true, true, true, false) |
| 434 | } |
| 435 | |
| 436 | func TestComparator(t *testing.T) { |
| 437 | testComparatorReturnsCorrectResult(0, 0, true, false, t) |
nothing calls this directly
no test coverage detected