有没有办法使用FluentAssertions做这样的事情
response.Satisfy(r => r.Property1== "something" && r.Property2== "anotherthing"));
我试图避免编写多个Assert语句.这可能是我用了最长时间的https://sharptestex.codeplex.com/.但SharpTestEx不支持.Net Core.