public XMLTests(String name, String description) throws CWClassConstructorException { super(name, description); CWTestCase tc; tc = new Mapping(); add(tc.name(), tc, true); }
public void postExecute() { super.postExecute(); }
public void preExecute() { super.preExecute(); }