@fluent-assertions
FluentAssertions 提供了一个流畅的接口,用于在 C# 中编写测试断言。 Sorcha 代码库在 1,100 多个 xUnit 测试中使用了它。所有断言都遵循 subject.Should().BeX() 模式。
FluentAssertions 提供了一个流畅的接口,用于在 C# 中编写测试断言。 Sorcha 代码库在 1,100 多个 xUnit 测试中使用了它。所有断言都遵循 subject.Should().BeX() 模式。