Uses of Class
jetbrains.buildServer.serverSide.asserts.ShortStatisticsAssert
-
Packages that use ShortStatisticsAssert Package Description jetbrains.buildServer.serverSide.asserts -
-
Uses of ShortStatisticsAssert in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts that return ShortStatisticsAssert Modifier and Type Method Description ShortStatisticsAssertShortStatisticsAssert. hasAllCount(int count)ShortStatisticsAssertShortStatisticsAssert. hasFailed(int count)ShortStatisticsAssertShortStatisticsAssert. hasFailedMuted(int count)ShortStatisticsAssertShortStatisticsAssert. hasIgnored(int count)ShortStatisticsAssertShortStatisticsAssert. hasPassed(int count)ShortStatisticsAssertShortStatisticsAssert. hasTestCounts(int passedTestCount, int failedTestCount, int ignoredTestCount)static ShortStatisticsAssertServerAsserts. then(ShortStatistics statistics)
-