I have the following code in test:
var result = _target.Execute(...); //returns double result.Should().Be(100);
And I get the following assertions error message: "Expected value 400 to be exactly 100". That sounds not very clear for me (but I am not native speaker, so...).