* 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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected