Registry / testing / smartystreets-assertions

smartystreets-assertions

JSON →
library1.16.0gogounverified

A comprehensive assertion library for Go, used with goconvey and gunit for expressive testing.

go get github.com/smartystreets/assertions
INSTALL
IMPORT
SIG · SMARTYSTREETS-ASSE
S
smartystreets-assertions
testinggov1.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

assertions
github.com/smartystreets/assertions

Assert that two values are equal.

package main import ( "fmt" "github.com/smartystreets/assertions" ) func main() { assert := assertions.New(nil) result := assert.ShouldEqual(1, 1) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
smartystreets-assertions — go get smartystreets-assertions · libregistry