New Post: Can FA run under other test harnesses?
Hi, We use a proprietary test harness (not Nunit, MSTest or XUnit). Will it still be possible to use FA? thnx!
View ArticleNew Post: Can FA run under other test harnesses?
Do you rely on a specific kind of exception to be thrown if an assertion fails? Because that's the only difference FA makes when supporting the different test harnesses. If so, we could open up the...
View ArticleNew Post: Can FA run under other test harnesses?
The type of exception thrown doesn't matter. As long as FA behaves nicely when it doesn't recognize the harness then it should be fine. I guess I'll just try it and see what happens :)
View ArticleNew Post: Can FA run under other test harnesses?
If you have some reference to the Visual Studio test harness, it will try to use MSTest. If not, I'm not sure. Let me know if it crashes. By the way, does your test harness rely on some particular...
View ArticleNew Post: Can FA run under other test harnesses?
bummer. System.Configuration.ConfigurationErrorsException: Failed to detect the test framework. Make sure that the framework assembly is copied into the test run directory, or configure it explicitly...
View ArticleNew Post: Can FA run under other test harnesses?
Yes, I was afraid of that. We'll need to introduce a fallback scenario, were we'll throw some generic exception.
View ArticleCommented Issue: Recursive property comparison not always working as...
See http://fluentassertions.codeplex.com/discussions/277551Comments: Associated with changeset 70960.
View ArticleSource code checked in, #70962
Added a fallback mechanism in case none of the supported test framework is available.
View ArticleNew Post: Can FA run under other test harnesses?
Please manually compile the following changeset for a workaround. http://fluentassertions.codeplex.com/SourceControl/changeset/changes/70962
View ArticleClosed Issue: Hangs the Resharper Test Runner while theory is introduced [11272]
Test cases is always in pending state when Theory test case is introduced.e.g. the following test case hangs the test runner [Theory] [InlineData(5, 0, 3, 3, 0)] [InlineData(5, 0, 9, 5, 4)]...
View ArticleNew Post: Can FA run under other test harnesses?
you are amazing! I'm going to jump through a bunch of hoops now to get Legal approval to download the code (good times...), will be back in a day or two.
View ArticleCreated Issue: ignore white spaces leading because message [11421]
When I write a because message starting with "because", FluentAssertions is clever enough to omit the "because" it normally writes of its own.In more complex scenarios, I'd like to preceed the because...
View ArticleNew Post: Confusion with OnlyContain usage
I came across something that I found counter-intuitive and I was just wondering if this was a bug or is the desired functionality... [TestMethod] public void TestMethod1() { var myList = new...
View ArticleCommented Issue: Recursive property comparison not always working as...
See http://fluentassertions.codeplex.com/discussions/277551Comments: Associated with changeset 71074.
View ArticleCommented Issue: ignore white spaces leading because message [11421]
When I write a because message starting with "because", FluentAssertions is clever enough to omit the "because" it normally writes of its own.In more complex scenarios, I'd like to preceed the because...
View ArticleSource code checked in, #71117
Fixed http://fluentassertions.codeplex.com/discussions/278868 (on behalve of dennisdoomen)
View Article