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

Function TestExchange

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

Source from the content-addressed store, hash-verified

99}
100
101func TestExchange(t *testing.T) {
102 testFramework(t, sort.Exchange[int])
103}
104
105func TestInsertion(t *testing.T) {
106 testFramework(t, sort.Insertion[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected