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

Struct TestCaseData

structure/deque/deque_test.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type TestCaseData[T any] struct {
28 description string
29 queries []QueryStructure[T]
30}
31
32func TestDeque(t *testing.T) {
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected