MCPcopy Create free account
hub / github.com/djhworld/simple-computer / TestCompare2

Function TestCompare2

components/components_test.go:430–434  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

428}
429
430func TestCompare2(t *testing.T) {
431 c := NewCompare2()
432
433 c.Update(true, true, true, false)
434}
435
436func TestComparator(t *testing.T) {
437 testComparatorReturnsCorrectResult(0, 0, true, false, t)

Callers

nothing calls this directly

Calls 2

UpdateMethod · 0.95
NewCompare2Function · 0.85

Tested by

no test coverage detected