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

Method TestSomething

suite/suite_test.go:549–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547}
548
549func (s *suiteWithStats) TestSomething() {
550 s.Equal(1, 1)
551}
552
553func (s *suiteWithStats) TestPanic() {
554 panic("oops")

Callers

nothing calls this directly

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected