}
if (tFile.getCPUTimeTest()) {
test.doCpu_time_test(tFile.getCPUTimeTest());
}
if (tFile.getMemoryTest()) {
test.doMemory_test(tFile.getMemoryTest());
}
if (tFile.getThreadNumberTest()) {
test.doThd_test(tFile.getThreadNumberTest());
}
if (tFile.gethandlersTest()) {