}
}
//Test-class finished, clear resources and go to next test-class
log.trace("Test finished");
test.destroy();
test = null;
GCManager.forceGC();
} catch (InitializationException e) {
log.error("Failed to initialize test " + clazz.getSimpleName() + ": " + e.getMessage(), e);
} catch (InstantiationException e) {