Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
student:junit:v3 [2018/08/14 13:28] bernstdhstudent:junit:v3 [2018/08/14 13:31] bernstdh
Line 25: Line 25:
 and must include a class declaration of the following form: and must include a class declaration of the following form:
      
-''public class //ClassName//Test extends TestCase  ''++ 
 +|  public class //ClassName//Test extends TestCase  |
  
 So, continuing with the example above, ''%%AtomTest.java%%''   would initially contain the following: So, continuing with the example above, ''%%AtomTest.java%%''   would initially contain the following: