#1 mockery
A mock code autogenerator for Go
Gomega is the Ginkgo BDD-style testing framework's preferred matcher library.
Health score 96/100, confidence 100/100.
| Latest version | v1.41.0 |
| Imported by | 11.8K packages |
| Stars | 2.3K |
| Forks | 303 |
| Last activity | 3 days ago |
| Latest release | v1.41.0 (10 days ago) |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Assertion | Type | type Assertion = types.Assertion |
| Expect | Function | func Expect(actual any, extra ...any) Assertion |
| ExpectWithOffset | Function | func ExpectWithOffset(offset int, actual any, extra ...any) Assertion |
| Ω | Function | func Ω(actual any, extra ...any) Assertion |
| AsyncAssertion | Type | type AsyncAssertion = types.AsyncAssertion |
| Consistently | Function | func Consistently(actualOrCtx any, args ...any) AsyncAssertion |
| ConsistentlyWithOffset | Function | func ConsistentlyWithOffset(offset int, actualOrCtx any, args ...any) AsyncAssertion |
| Eventually | Function | func Eventually(actualOrCtx any, args ...any) AsyncAssertion |
| EventuallyWithOffset | Function | func EventuallyWithOffset(offset int, actualOrCtx any, args ...any) AsyncAssertion |
| Gomega | Type | type Gomega = types.Gomega |
| NewGomega | Function | func NewGomega(fail types.GomegaFailHandler) Gomega |
| GomegaAssertion | Type | type GomegaAssertion = types.Assertion |
A mock code autogenerator for Go
Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers