public class TestCollectionResultMatcherBuilder extends PropertyMatcherBuilder<TestCollectionResult,TestCollectionResultMatcherBuilder>
Constructor and Description |
---|
TestCollectionResultMatcherBuilder() |
Modifier and Type | Method and Description |
---|---|
TestCollectionResultMatcherBuilder |
failedTestResults(int size) |
TestCollectionResultMatcherBuilder |
failedTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher) |
TestCollectionResultMatcherBuilder |
skippedTestResults(int size) |
TestCollectionResultMatcherBuilder |
skippedTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher) |
TestCollectionResultMatcherBuilder |
successfulTestResults(int size) |
TestCollectionResultMatcherBuilder |
successfulTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher) |
build, put
public TestCollectionResultMatcherBuilder failedTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
public TestCollectionResultMatcherBuilder failedTestResults(int size)
public TestCollectionResultMatcherBuilder skippedTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
public TestCollectionResultMatcherBuilder skippedTestResults(int size)
public TestCollectionResultMatcherBuilder successfulTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
public TestCollectionResultMatcherBuilder successfulTestResults(int size)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.