Class EntityMatchers
- java.lang.Object
-
- com.atlassian.bamboo.testutils.matchers.EntityMatchers
-
public class EntityMatchers extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestCaseSummaryMatcherBuilder
testCaseSummary()
static TestCollectionResultMatcherBuilder
testCollectionResult()
static TestResultsSummaryMatcherBuilder
testResultsSummary()
-
-
-
Method Detail
-
testCaseSummary
public static TestCaseSummaryMatcherBuilder testCaseSummary()
-
testCollectionResult
public static TestCollectionResultMatcherBuilder testCollectionResult()
-
testResultsSummary
public static TestResultsSummaryMatcherBuilder testResultsSummary()
-
-