1 Repo
Assertions that target specific properties of an object while preserving the parent context for chaining.
Distinct from Nested Object Validation: Distinct from Nested Object Validation by focusing on the chaining and context preservation of member assertions.
Explore 1 awesome GitHub repository matching software engineering & architecture · Member-Level Assertions. Refine with filters or upvote what's useful.
TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP
Allows chaining multiple assertions on specific object properties while maintaining the parent context.