[ aramo ]
[ 源代码: golang-github-viant-assertly ]
软件包: golang-github-viant-assertly-dev (0.5.4-1)
golang-github-viant-assertly-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-viant-assertly:
- [golang-github-viant-assertly_0.5.4-1.dsc]
- [golang-github-viant-assertly_0.5.4.orig.tar.gz]
- [golang-github-viant-assertly_0.5.4-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Alois Micard
- Roger Shimizu
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-xtaci-kcp-dev
- libdata-pond-perl
- golang-github-weppos-publicsuffix-go-dev
- golang-github-hashicorp-go-bexpr-dev
- golang-github-go-playground-validator-v10-dev
- golang-github-labstack-echo-dev
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-pzhin-go-sophia-dev
- golang-github-smallstep-assert-dev
- golang-gopkg-h2non-gock.v1-dev
- golang-github-bmatsuo-lmdb-go-dev
Arbitraty datastructure validation golang library
Data structure testing library (assertly) for Go.
This library enables complex data structure testing, specifically:
1. Realtime transformation or casting of incompatible data types with directives system. 2. Consistent way of testing of unordered structures. 3. Contains, Range, RegExp support on any data structure deeph level. 4. Switch case directive to provide expected value alternatives based on actual switch/case input match. 5. Macro system enabling complex predicate and expression evaluation,and customization.
Motivation This library has been created as a way to unify original testing approaches introduced to https://github.com/viant/dsunit and https://github.com/viant/endly
其他与 golang-github-viant-assertly-dev 有关的软件包
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-viant-toolbox-dev
- Toolbox - golang utility library