double result;
result.Should().Be(0);
There is no Be() method for doubles. Same is true for floats.
Comments:
result.Should().Be(0);
There is no Be() method for doubles. Same is true for floats.
Comments:
This is by design. You can read about that in a blog post I wrote in February last year. http://www.dennisdoomen.net/2011/02/another-release-for-fluent-assertions.html