MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / TestHeap

Function TestHeap

sort/sorts_test.go:137–139  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

135}
136
137func TestHeap(t *testing.T) {
138 testFramework(t, sort.HeapSort[int])
139}
140
141func TestCount(t *testing.T) {
142 testFramework(t, sort.Count[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected