JUnit 4 – testing for exception, execution time and disabling a test
Article explaining how to test for an exception,test for the execution time of a method. Also explains the @Ignore annotation for disabling a test. Article talks about the basic features of JUnit.
Continue reading over at dzone...
