Search Results

20
votes

Best Practices of Test Driven Development Using C# and RhinoMocks

Definitely a good list. Here are a few thoughts on it: Write the test first, then the code. I agree, at a high level. But, I'd be more …
2
votes

What is the equivalent to JUnit in C#?

Regarding your question about unit test frameworks: NUnit 1.0 was a direct port of JUnit. NUnit 2.0 moved away from JUnit syntax in o …