パッケージ: 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