Package net.grinder.script.Statistics

Examples of net.grinder.script.Statistics.StatisticsForTest


          }
          Grinder.grinder.getLogger().error(failure.getMessage(),
              exceptionProcessor.filterException(rootCause));
          // In case of exception, set test failed.
          try {
            StatisticsForTest forLastTest = Grinder.grinder.getStatistics().getForLastTest();
            if (forLastTest != null) {
              forLastTest.setSuccess(false);
            }
          } catch (Throwable t) {
            noOp();
          }
        }
View Full Code Here

TOP

Related Classes of net.grinder.script.Statistics.StatisticsForTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.