| http://www.w3.org/ns/prov#value | - Download at WoweBook.Com12 Tahchiev, Leme, Massol, and Gregory / JUnit in Action 2E Last saved: 7/7/2009Figure 1.2 Execution of the first JUnit test CalculatorTest using the text test runner NOTE If you are maintaining tests written prior to JUnit version 3.8.1, your class needs a String constructor, for example: public CalculatorTest(String name) { super(name); } This is no longer required with J
|