Answers for "fluentassertions force exceptions"

C#
1

fluentassertions force exceptions

subject.Invoking(y => y.Foo("Hello"))
    .Should().Throw<InvalidOperationException>()
    .WithMessage("Hello is not allowed at this moment");
Posted by: Guest on August-17-2020

C# Answers by Framework

Browse Popular Code Answers by Language