Xceed Fluent Assertions(英語版)
TDD (Test-Driven Development)またはBDD (Behavior-Driven Development)単体テストの期待される結果を表す拡張メソッド
Xceed Software 社の製品
1998 年より日本国内にてComponentSourceで販売中。
価格:¥ 3,080 (税込)〜 バージョン: 8.9.0 新機能 更新日: Jan 26, 2026
Released: Sep 26, 2025
System.Text.Json.JsonNode and JsonArray through new assertions as well as the BeEquivalentTo API.WithoutMessage to allow asserting an exception message does not contain a wildcard pattern.Value.ThatMatches and Value.ThatSatifies to build inline assertions when using BeEquivalentTo.WithStrictTyping and WithStrictTypingFor to BeEquivalentTo to ensure types also match.Should().Throw(), ThrowAsync() and ThrowWithinAsync() flavors that don’t require a specific exception type.BeEquivalentTo.WithMessage for better readability.WithTracing is safe when used with BeEquivalentTo globally.NullReferenceException was thrown during subject identification.Should() methods on reference types are now annotated with the [NotNull] attribute for a better Fluent Assertions experience when nullable reference types are enabled.CompleteWithinAsync treated a canceled task as an exception.