public class AffectedEntityMatcher extends Object
| Constructor and Description |
|---|
AffectedEntityMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<AffectedEntity> |
numberOfOccurrences(long expected) |
static org.hamcrest.Matcher<AffectedEntity> |
type(AffectedEntityType expected) |
static org.hamcrest.Matcher<AffectedEntity> |
url(String expected) |
public static org.hamcrest.Matcher<AffectedEntity> type(AffectedEntityType expected)
public static org.hamcrest.Matcher<AffectedEntity> numberOfOccurrences(long expected)
public static org.hamcrest.Matcher<AffectedEntity> url(String expected)
Copyright © 2002-2021 Atlassian. All Rights Reserved.