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

Function TestCount

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

Source from the content-addressed store, hash-verified

139}
140
141func TestCount(t *testing.T) {
142 testFramework(t, sort.Count[int])
143}
144
145func TestQuick(t *testing.T) {
146 testFramework(t, sort.Quicksort[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected