Registry / testing / bsm-gomega

bsm-gomega

JSON →
library1.27.10gogounverified

Gomega is the Ginkgo BDD-style testing framework's preferred matcher library for expressive assertions.

go get github.com/bsm/gomega
INSTALL
IMPORT
SIG · BSM-GOMEGA
B
bsm-gomega
testinggov1.27.10
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.

gomega
✓ github.com/bsm/gomega

Asserts that 2+2 equals 4 using Gomega matchers.

package main import ( "testing" . "github.com/bsm/gomega" ) func TestExample(t *testing.T) { g := NewGomegaWithT(t) g.Expect(2 + 2).To(Equal(4)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
bsm-gomega — go get bsm-gomega · libregistry