Class StatisticsAssertions

java.lang.Object
com.atlassian.jira.webtests.ztests.plugin.statistics.StatisticsAssertions

public class StatisticsAssertions extends Object
  • Constructor Details

    • StatisticsAssertions

      public StatisticsAssertions()
  • Method Details

    • assertAllZeros

      public static void assertAllZeros(com.fasterxml.jackson.databind.JsonNode node, long... keys)
      Asserts that all keys in the given JSON node have a value of 0.
      Parameters:
      node - the JSON node to check
      keys - the keys to check