TheRainInSpainFalls
Trying to learn FluentAssertions, but have a weird result from Should().Be(new Wotsit ())
Urgh! Expected property result.Blue to be 0.04, but found 0.04000000000000001.
I really should just use three seperate result.Blue.Should().BeApproximately(0.04, tolerence);
13 replies