Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<List<?>> |
isCollapsedList()
Matches Lists which implement Collapsed and whose iterator throws IllegalStateException (e.g.
|
static org.hamcrest.Matcher<Map<?,?>> |
isCollapsedMap()
Matches Maps which implement Collapsed and whose iterator throws IllegalStateException (e.g.
|
static org.hamcrest.Matcher<Reference<?>> |
isCollapsedReferenceWithOrWithoutProperties(Class<?> expectedReferentClass)
Matches collapsed references to the specified class, even if they are non-specific ones without properties
set for generating navigation links
|
static org.hamcrest.Matcher<Reference<?>> |
isCollapsedReferenceWithProperties(Class<?> expectedReferentClass)
Matches collapsed references to the specified class, and checks they have properties set for generating
navigation links
|
static org.hamcrest.Matcher<List<?>> |
isEmptyNonCollapsedList()
Matches Lists which do not implement Collapsed and whose iterator is empty
|
static org.hamcrest.Matcher<Map<?,?>> |
isEmptyNonCollapsedMap()
Matches Maps which do not implement Collapsed and which are empty
|
static com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers.EmptyReferenceMatcher |
isEmptyReference(Class<?> expectedReferentClass)
Matches empty references to the specified class
|
public static org.hamcrest.Matcher<Reference<?>> isCollapsedReferenceWithOrWithoutProperties(Class<?> expectedReferentClass)
public static org.hamcrest.Matcher<Reference<?>> isCollapsedReferenceWithProperties(Class<?> expectedReferentClass)
public static com.atlassian.confluence.api.testsupport.matchers.model.reference.ReferenceMatchers.EmptyReferenceMatcher isEmptyReference(Class<?> expectedReferentClass)
public static org.hamcrest.Matcher<List<?>> isCollapsedList()
public static org.hamcrest.Matcher<List<?>> isEmptyNonCollapsedList()
public static org.hamcrest.Matcher<Map<?,?>> isCollapsedMap()
public static org.hamcrest.Matcher<Map<?,?>> isEmptyNonCollapsedMap()
Copyright © 2003–2016 Atlassian. All rights reserved.