trial
Assertion library
A simple assertion library for Go that provides basic assertions and helpers for testing.
A simple assertion library for go
6 stars
1 watching
1 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
assertion-libraryassertionsgotesting
Related projects:
Repository | Description | Stars |
---|---|---|
go-playground/assert | A library providing custom assertion functionality for building more robust unit tests in Go. | 63 |
maargenton/go-testpredicate | A comprehensive assertions library with diagnostic output for unit testing in Go. | 5 |
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
corbym/gocrest | A hamcrest-like assertion library for Go | 106 |
gotestyourself/gotest.tools | Tools to augment Go testing and support common testing patterns | 518 |
jeremy-rifkin/libassert | An assertion library with features like diagnostic info and integrations with test libraries | 545 |
google/go-attestation | Provides high-level primitives for remote machine identity and state validation across various platforms and TPMs. | 357 |
unexpectedjs/unexpected | A toolkit for writing tests with assertions in JavaScript | 370 |
verifid/vl-go | A Go client library for the VerifID identity verification layer API | 2 |
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |
alexruiz/fest-assert-2.x | A fluent assertion library for Java that provides readable and extensible testing assertions. | 401 |
simbadltd/k6-expect | A k6 library that simplifies writing tests with assertions and custom logic | 2 |
ysmood/got | A Go test framework with features like pretty output and value snapshot assertion. | 265 |
xhd2015/xgo | An all-in-one testing library for Go that provides utilities for mocking, tracing, and testing | 368 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |