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