TestAllAuxiliary testAuxiliary;
log("creating TestAllAuxiliary");
testAuxiliary = new TestAllAuxiliary(this);
log("created TestAllAuxiliary");
log("calling TestAllAuxiliary.testMethod3");
testAuxiliary.testMethod3(1);
log("called TestAllAuxiliary.testMethod3");
} catch (Exception e) {
log(e.getMessage());
}