1-10 of 60 < Previous Next >
Discussions for xUnit.net - Unit Testing for .NET
Latest post:
Sat
9:54 PM
8 Posts
First post: cmiles wrote: I am having trouble with xUnit 1.0 and F# 1.9.4.15 - both console test runner and TDD.NET do not see any tests in my F# code even though I have several functions with Asserts with...
Latest post: BradWilson wrote: I've opened a bug to track this problem.
Jump to: First Post    |Latest Post
Latest post:
Wed
6:00 AM
5 Posts
First post: subramn wrote: Hi, Whether its possible to run the Xunit test case inside the VS Editor. we are facing the same issues , junping outside the editor to run the test case and back?...
Latest post: bembengarifin wrote: Thanks a lot for that ;)
Jump to: First Post    |Latest Post
Latest post:
Tue
3:46 PM
2 Posts
First post: ChrisDern wrote: http://www.hanselminutes.com/default.aspx?showID=130
Latest post: BradWilson wrote: Thanks! Looks like it's finally up. :)
Jump to: First Post    |Latest Post
Latest post:
Tue
5:03 AM
3 Posts
First post: slorion wrote: Am I the only one that feel that method names should contain a verb ? Assert.Equal vs Assert.AreEqual Assert.True vs Assert.IsTrue etc. ...
Latest post: slorion wrote: I said nothing about how code should read like English or Assert.xxx being ambiguous/unintelligible, except for Assert.Equal which IS ambiguous because of Object.Equals. Why would you...
Jump to: First Post    |Latest Post
Latest post:
May 12
1:32 AM
6 Posts
First post: ChrisDern wrote: Background:Tests tend to grow faster than production code. As projects grow (both in lines of code and number of people) even a simple test suite can explode with tests. Many ...
Latest post: BradWilson wrote: It's probably also worth mentioning that the ReSharper runner does not support [RunWith], if you're using that runner. The reason is that, at the time t...
Jump to: First Post    |Latest Post
Latest post:
May 10
3:15 PM
2 Posts
First post: ChuckEsterbrook wrote: The tables at Comparisons show API commonalities and differences. And the page highlights the use of Assert.Throws and the different take on SetUp and TearDown. But ar...
Latest post: BradWilson wrote: My opinion is: xUnit.net was designed expressly for TDD. That it can support other types of testing (via extensibility) is a secondary benefit. Where there is a c...
Jump to: First Post    |Latest Post
Latest post:
May 10
3:04 PM
2 Posts
First post: francois_tanguay wrote: If I define a class with only one skipped test, it will still get instantiaded as if it contained valid tests. Is this normal / wanted behavior?
Latest post: BradWilson wrote: I'll take a look at this. It may be that we can't do anything about it because of extensibility reasons, but on the face of it, it would be nice to prevent the creation if we know...
Jump to: First Post    |Latest Post
Latest post:
May 9
9:33 PM
1 Post
First post: slorion wrote: deleted
Jump to: First Post
Latest post:
May 6
8:52 PM
1 Post
First post: kevwil wrote: Is there a timetable and/or a roadmap for being able to install the test runner for ReSharper 4.0? Will there be xunit builds for Re# nightly builds, EAP builds, or not until ...
Jump to: First Post
Latest post:
May 6
7:27 AM
1 Post
First post: slorion wrote: I know this is nitpicking and maybe too late to change, but why not follow naming conventions of .NET ?
Jump to: First Post

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
1-10 of 60 < Previous 1 2 3 4 5 6 Next >
Updating...