Test driving a project should result in a test coverage of 100% of the code. But how can we know what test coverage we have? Is it even important? Know what you measure Numbers is a complicated subjec… more →
Thomas Sundbergwrote 11 hours ago: Crap!! what do I do?!? I want my tests separated from my production code… We noticed that sepa … more →
wrote 19 hours ago: Test driving a project should result in a test coverage of 100% of the code. But how can we know wha … more →
wrote 1 day ago: Tutorial 1 – Basic usage Introduces basic annotation supported in Junit 4. Tutorial 2 – Expected Exc … more →
wrote 2 days ago: http://rstoyanchev.github.com/spring-31-and-mvc-test/#1 https://github.com/SpringSource/spring-test- … more →
wrote 3 days ago: AgileUnit is a new testing framework which puts the testing code and all your assumptions into the b … more →
wrote 1 week ago: The one feature of JUnit that I really don’t like is the ability to say that a test is expecte … more →
wrote 2 weeks ago: basic build file for compiling sources, including jar files and executing junit tests. do ensure the … more →
wrote 2 weeks ago: In order to start writing, compiling and running Junit tests in Eclipse, you must follow the next st … more →
wrote 2 weeks ago: So a lot of people have been asking me about how to create JUnit Reports with their automated test c … more →
wrote 2 weeks ago: Junit: JUnit is a unit testing framework for the Java programming language. JUnit has been important … more →
wrote 3 weeks ago: When I write some unit test with Junit and JMockit, I make a mock for some private methods as MockUp … more →
wrote 1 month ago: There have been some blog posts regarding running SoapUI using either testrunner.bat or testrunner.s … more →
wrote 1 month ago: Some time ago I have been playing with Java Server Faces 2.0 (e.g. JSF 2) and JSFUnit in combination … more →
wrote 1 month ago: Built-in Tasks File Tasks <copy> <concat> <delete> <get> <mkdir> … more →
wrote 1 month ago: If you follow best pracites you will probably face the same problem as many other developers. You ju … more →
wrote 1 month ago: Source code discussed in this post can be freely downloaded and used in whatever way or form you wan … more →
wrote 1 month ago: I’m writing some unit tests with JUnit but my tests crash with NullPointerException in the lin … more →
wrote 1 month ago: While writing algorithms for my name generation library I encountered a problem. Since I wanted to w … more →
wrote 1 month ago: Unit testing is highly emphasized for writing the initial version of code, the test-driven design ap … more →