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

Function TestCocktailSort

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

Source from the content-addressed store, hash-verified

95}
96
97func TestCocktailSort(t *testing.T) {
98 testFramework(t, sort.Cocktail[int])
99}
100
101func TestExchange(t *testing.T) {
102 testFramework(t, sort.Exchange[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected