1 个仓库
Comparison systems that perform deep, member-by-member validation of objects based on configurable rules.
Distinct from Object Structure Matching: Distinct from pattern matching as it is specifically for validating equivalence of object graphs during testing.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Structural Equivalency Engines. Refine with filters or upvote what's useful.
FluentAssertions is a library of extension methods for .NET that provides a human-readable syntax for verifying expectations in unit tests. It serves as a validation layer that integrates with MSTest, NUnit, and xUnit to throw framework-specific exceptions upon assertion failure. The project includes a structural equivalency engine that performs deep member-by-member validation of .NET objects using configurable matching rules. It is designed for test-driven and behavior-driven development by generating descriptive failure messages that explain the difference between actual and expected resul
Provides a deep member-by-member validation engine for .NET objects with configurable matching rules.