Test-Driven Development (TDD) involves writing a failing automated test to specify what is to be built.
I'm strongly considering adding unit testing to an existing project that is in production. It was started 18 months ago before …
unit-testing testing tddI want to assert that a method is called exactly one time. I'm using RhinoMocks 3.5. Here's what I thought would …
tdd mocking rhino-mocks assertionsI've recently finished watching the Autumn of Agile screencasts and I'm looking for more material of similar scope. Basically, I'm …
video tdd bddI just recently started learning the Scala language and would like to do it in TDD-way. Could you share your …
unit-testing scala tddLooking to start doing TDD in C++. I've seen CPPUnit, but I was wondering if there are other options that …
c++ tdd cppunitI'm new to Android and I've seen example code using these annotations. For example: @SmallTest public void testStuff() { TouchUtils.tapView(…
java android unit-testing tdd android-espressoOK, I know there have already been questions about getting started with TDD.. However, I guess I kind of know …
unit-testing language-agnostic tddI am building up an integration test suite and there is one bit of logic that I need to have …
ruby ruby-on-rails-3 rspec tdd rake