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

Function TestBubble

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

Source from the content-addressed store, hash-verified

82}
83
84func TestBubble(t *testing.T) {
85 testFramework(t, sort.Bubble[int])
86}
87
88func TestBogo(t *testing.T) {
89 t.Skip("Skipping test for Bogo Sort, as it uses a lot of resource.")

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected