142143144145146147148149150151152
if (!result.wasSuccessful()) { setStopReason( "Test stopped due to errors."); result.stop(); } if (result.shouldStop()) { break; } } } },