Is there option to run mixed mode from code that is instead of calling it in ant? ,directly in xml?
My usecase is , i have to run junit3,junit4 cases in testing same time.
Now iam generating xml dynamically from code like ,
XmlTest test = new XmlTest(suite);
test.setName(testCase);
test.setJunit(true);