Class StatisticsAssertions
java.lang.Object
com.atlassian.jira.webtests.ztests.plugin.statistics.StatisticsAssertions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertAllZeros(com.fasterxml.jackson.databind.JsonNode node, long... keys) Asserts that all keys in the given JSON node have a value of 0.
-
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 checkkeys- the keys to check
-