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 ShortStatisticsAssert
ShortStatisticsAssert. hasAllCount(int count)
ShortStatisticsAssert
ShortStatisticsAssert. hasFailed(int count)
ShortStatisticsAssert
ShortStatisticsAssert. hasFailedMuted(int count)
ShortStatisticsAssert
ShortStatisticsAssert. hasIgnored(int count)
ShortStatisticsAssert
ShortStatisticsAssert. hasPassed(int count)
ShortStatisticsAssert
ShortStatisticsAssert. hasTestCounts(int passedTestCount, int failedTestCount, int ignoredTestCount)
static ShortStatisticsAssert
ServerAsserts. then(ShortStatistics statistics)
-