test.setName(testName);
try {
test.setXmlClasses(Collections.singletonList(
new XmlClass(getClassNameForTest(testDirectory, testName.trim()))));
} catch (FileNotFoundException e) {
throw new TestEngineFailedException("TestSuite failed with error", e);
}
}