Closedown

This commit is contained in:
boccioli_m
2015-09-02 11:12:58 +02:00
parent b18032ef1b
commit cf56c877fb

View File

@@ -1512,6 +1512,10 @@ public class TestingList extends Panel {
Object ret;
ret = eval(sParallelizeCommand);
String sTestResult, sTestStatus;
if(ret == null){
SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup()", "The test script(s) did not return any feedback.");
System.out.println("The test script(s) did not return any feedback.");
}
//scan through all return mappings of all run tests
for (Object oTestRet : (ArrayList) ret) {
//check if the mapping of the selected test has all expected return values