awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesNested Data Matchers

Validation tools for applying assertions to specific fields within complex, nested data structures.

Distinct from Structural Data Validators: Distinct from general structural validation: focuses on building nested matchers for a testing framework

Explore 2 awesome GitHub repositories matching data & databases · Nested Data Matchers. Refine with filters or upvote what's useful.

Awesome Nested Data Matchers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • onsi/ginkgoAvatar de onsi

    onsi/ginkgo

    9,014Ver en GitHub↗

    Ginkgo is a behavior-driven development testing framework, assertion library, and test runner for Go. It provides a domain-specific language for writing human-readable specifications, organizing tests into hierarchical containers and subjects to describe system behavior. The project distinguishes itself through advanced execution control and observability, featuring a test runner capable of parallel distribution, sharding, and randomized execution order to detect flaky tests. It includes specialized diagnostic tools for goroutine leak detection, hanging spec monitoring, and failure state debu

    Supports building nested matchers to apply individual validation tests to specific fields within large data sets.

    Go
    Ver en GitHub↗9,014
  • hamcrest/hamcrest-phpAvatar de hamcrest

    hamcrest/hamcrest-php

    7,007Ver en GitHub↗

    Hamcrest PHP is a declarative assertion framework and matcher library used for unit testing in PHP. It provides a set of flexible matchers to verify object states, data types, and collection contents. The library includes specialized tools for XML verification using XPath expressions to analyze document structures and element content. It also allows for the creation of complex validation rules by combining multiple independent matchers through logical operators. The framework covers a broad range of validation primitives, including string content inspection, numeric comparison, and object pr

    Implements complex validation rules by nesting simple matcher objects within logical operator objects.

    PHP
    Ver en GitHub↗7,007
  1. Home
  2. Data & Databases
  3. Structural Data Validators
  4. Nested Data Matchers

Explorar subetiquetas

  • Composite Assertion MatchersValidation rules built by nesting simple matcher objects within larger logical operator objects. **Distinct from Nested Data Matchers:** Focuses on the structural composition of matchers in a testing framework rather than simple nested data field validation.