Пример #1
0
 private static void Init()
 {
     JTLSAVER.setMode(XStream.NO_REFERENCES); // This is needed to stop XStream keeping copies of each class
     log.Info("Testplan (JMX) version: " + TESTPLAN_FORMAT + ". Testlog (JTL) version: " + TESTLOG_FORMAT);
     initProps();
     //checkVersions();
 }