Example #1
0
  public XMLTests(String name, String description) throws CWClassConstructorException {
    super(name, description);

    CWTestCase tc;

    tc = new Mapping();
    add(tc.name(), tc, true);
  }
Example #2
0
 public void postExecute()
 {
     super.postExecute();
 }
Example #3
0
 public void preExecute()
 {
     super.preExecute();
 }