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

Function TestInsertion

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

Source from the content-addressed store, hash-verified

103}
104
105func TestInsertion(t *testing.T) {
106 testFramework(t, sort.Insertion[int])
107}
108
109func TestMerge(t *testing.T) {
110 testFramework(t, sort.Merge[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected