MCPcopy Create free account
hub / github.com/bigwhite/experiments / TestSumSubTest

Function TestSumSubTest

go17-examples/stdlib/subtest/foo_test.go:33–53  ·  view source on GitHub ↗

* func TestSumSubTest1(t *testing.T) { for _, tc := range tests { t.Run(fmt.Sprint(tc.A, "+", tc.B), func(t *testing.T) { assertEqual(tc.A, tc.B, tc.Sum, t) }) } } */

(t *testing.T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

assertEqualFunction · 0.85
RunMethod · 0.80
SkipMethod · 0.80

Tested by

no test coverage detected