Showing related tags and posts accross the entire site.
All Tags »
TDD »
xUnit (RSS)
-
We have been using NHibernate for most of our apps here in our company and having persistence tests for each business object in your integration test suite in my opinion is definitely a must. My current project which has minimal number of tests, most of them are just persistence tests who were able to...
-
coming from a project with number of unit tests in it (hundreds i believe), it's hard to work around our current project without it. we're near the release of the project and we still have 31 unit and integration test cases for the .NET client application. the count does not include my own set of unit...
-
Andew Stopford announced the release of MbUnit 2.3 here , and it's great to see my name as a contributor for the said release. If you haven't tried it's RowTestFixture , you better give it a shot. I haven't really explored more on it's features but I'll definitely try them when i do have time now that...
-
Last weekend, i helped my friend and former student with her sudoku solver project in Java. Basically, her professor gave her a list of methods for the solver class with their expected behavior. I wanted to teach her test-driven programming so i asked for a copy of eclipse from the other development...
-
I was using MbUnit in my expression evaluator when i noticed that a failing test with an ExpectedException does not include a link to the line of the failing code. The link is established if you are on a DEBUG build (i encountered not seeing a link since i am on a RELEASE build, no pdbs) since the code...
-
Roy Osherove has illustrated the need to Avoid Multiple Asserts in a test method. Basically i agree with his points in the said blog post. I currently need need to test a number of permutations and i want to be disciplined to avoid multiple assertions. I know that the RowTestAttribute of MbUnit can do...
Page 1 of 1 (6 items)