Interface SuccessPercentageStatisticsBean

All Known Subinterfaces:
StatisticsCollector
All Known Implementing Classes:
StatisticsCollectorImpl, SuccessPercentageStatisticsBeanImpl

public interface SuccessPercentageStatisticsBean
Simple bean used for x / y success percentage stats
  • Method Details

    • getSuccessPercentage

      double getSuccessPercentage()
      Returns:
      percentage of success
    • getTotalNumberOfResults

      int getTotalNumberOfResults()
      Returns:
      total number of results in list.
    • getTotalFailures

      int getTotalFailures()
      Returns:
      number of failures.
    • getTotalSuccesses

      int getTotalSuccesses()
      Returns:
      Number of successes.