Tag Archives: unit tests

Unit tests that should fail

I was doing a little research on the Java JUnit test framework and ran across the article The Third State of your Binary JUnit Tests. The author points out that in many test sets there are ignored tests as well as the passing and failing tests. As the author says, you may want to ignore… Read More »