Register
Sign In
xUnit.net - Unit Testing for .NET
Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Source Code
Wiki
RSS
Discussions List
|
Create New Discussion
1-10
of
60
< Previous
Next >
Discussions for xUnit.net - Unit Testing for .NET
Latest post:
Sat
9:54 PM
8 Posts
Anyone having trouble with F# / xUnit
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
How to execute Xunit test cases inside Visual studio.net editor
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
xUnit on Hanselminutes (podcast)
First post:
ChrisDern
wrote: http://www.hanselminutes.com/default.aspx?showID=1
30
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
Method name should have a verb ?
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
xUnit and Test Case Management
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
Comparison to MbUnit
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
Class with [Fact(Skip="Reason")] only
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
Deleted
First post:
slorion
wrote: deleted
Jump to:
First Post
Latest post:
May 6
8:52 PM
1 Post
ReSharper 4.0 runner
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
XUnitExt vs XUnit.Extensions
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 >
Show
10
25
50
All
discussions
View All (http://www.codeplex.com/xunit/Thread/List.aspx?ViewAll=true)
© 2006-2008 Microsoft
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
CodePlex Blog
|
Version 2008.5.8.12668
Updating...