MCPcopy
hub / github.com/stretchr/testify / TestImports

Function TestImports

package_test.go:9–13  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestImports(t *testing.T) {
10 if assert.Equal(t, 1, 1) != true {
11 t.Error("Something is wrong.")
12 }
13}

Callers

nothing calls this directly

Calls 2

EqualFunction · 0.92
ErrorMethod · 0.45

Tested by

no test coverage detected