Ejemplo n.º 1
0
  public XMLTests(String name, String description) throws CWClassConstructorException {
    super(name, description);

    CWTestCase tc;

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