import "github.com/stretchr/testify/assert"
import ( "testing" "github.com/stretchr/testify/assert" ) func TestSomething(t *testing.T) { assert.Equal(t, "Hi", "Hi", "The two words should be the same.") }
.Equal
.Error
.NoError
.True
.False
Last updated 5 years ago