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

Function TestMergeIter

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

Source from the content-addressed store, hash-verified

111}
112
113func TestMergeIter(t *testing.T) {
114 testFramework(t, sort.MergeIter[int])
115}
116
117func TestMergeParallel(t *testing.T) {
118 testFramework(t, sort.ParallelMerge[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected