RSS
 

Archive for the ‘Unit testing’ Category

Unit testing with Spring – a bad mix

20 Mar

There has been a discussion recently, on the JUnit group, about doing unit testing with Spring. The arguments provided in the answers to that question reminded me of a problem that we faced in the project that I am currently working on: the usage of Spring for unit tests was a bad idea. Let me tell you how we started, and why we got to realise that it is not good to mix the well-known framework in the unit tests. Read the rest of this entry »