Directories ¶
Path | Synopsis |
---|---|
Package assertions is designed to be a collection of `.` importable, goconvey compatible testing assertions, in the style of "github.com/smarty/assertions".
|
Package assertions is designed to be a collection of `.` importable, goconvey compatible testing assertions, in the style of "github.com/smarty/assertions". |
Package ftt (aka "from the top") replicates the test exectution order semantics of `github.com/smartystreets/goconvey/convey` while fixing some notable issues:
|
Package ftt (aka "from the top") replicates the test exectution order semantics of `github.com/smartystreets/goconvey/convey` while fixing some notable issues: |
Package httpmitm contains an HTTP client that logs all incoming and outgoing requests.
|
Package httpmitm contains an HTTP client that logs all incoming and outgoing requests. |
Package mock has utility functions for gomock.
|
Package mock has utility functions for gomock. |
Package prpctest is a package to facilitate pRPC testing by wrapping httptest with a pRPC Server.
|
Package prpctest is a package to facilitate pRPC testing by wrapping httptest with a pRPC Server. |
Package registry provides a way to register options to cmp.Diff.
|
Package registry provides a way to register options to cmp.Diff. |
Package testfs implements a test filesystem.
|
Package testfs implements a test filesystem. |
Package truth implements an extensible, simple, assertion library for Go with minimal dependencies.
|
Package truth implements an extensible, simple, assertion library for Go with minimal dependencies. |
assert
Package assert contains two functions, which allow you to make fluent truth comparisons which t.FailNow a test.
|
Package assert contains two functions, which allow you to make fluent truth comparisons which t.FailNow a test. |
check
Package check contains two functions, which allow you to make fluent truth comparisons which t.Fail a test.
|
Package check contains two functions, which allow you to make fluent truth comparisons which t.Fail a test. |
comparison
Package comparison contains symbols for making your own comparison.Func implementations for use with go.chromium.org/luci/common/testing/truth.
|
Package comparison contains symbols for making your own comparison.Func implementations for use with go.chromium.org/luci/common/testing/truth. |
convey
Package convey provides a temporary symbol which converts a convey-style comparison of the type:
|
Package convey provides a temporary symbol which converts a convey-style comparison of the type: |
convey/facade
Package facade is a transitional package that mimics the API of GoConvey classic.
|
Package facade is a transitional package that mimics the API of GoConvey classic. |
should
Package should contains comparisons such as should.Equal to be used with the "go.chromium.org/luci/common/testing/truth" library.
|
Package should contains comparisons such as should.Equal to be used with the "go.chromium.org/luci/common/testing/truth" library. |
Package typed is a strictly typed wrapper around cmp.Diff.
|
Package typed is a strictly typed wrapper around cmp.Diff. |
Click to show internal directories.
Click to hide internal directories.