public class QueryLiteralMatchers extends Object
QueryLiteral
values and collections.Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Iterable<QueryLiteral>> |
emptyIterable() |
static org.hamcrest.Matcher<QueryLiteral> |
literal() |
static org.hamcrest.Matcher<QueryLiteral> |
literal(Long expectedLongValue) |
static org.hamcrest.Matcher<? super QueryLiteral> |
literal(Object expectedValue) |
static org.hamcrest.Matcher<QueryLiteral> |
literal(String expectedStringValue) |
static org.hamcrest.Matcher<Iterable<? extends QueryLiteral>> |
literals(List<?> values) |
static org.hamcrest.Matcher<Iterable<? extends QueryLiteral>> |
literals(Object... values) |
public static org.hamcrest.Matcher<Iterable<QueryLiteral>> emptyIterable()
public static org.hamcrest.Matcher<QueryLiteral> literal()
public static org.hamcrest.Matcher<QueryLiteral> literal(String expectedStringValue)
public static org.hamcrest.Matcher<QueryLiteral> literal(Long expectedLongValue)
public static org.hamcrest.Matcher<? super QueryLiteral> literal(Object expectedValue)
public static org.hamcrest.Matcher<Iterable<? extends QueryLiteral>> literals(Object... values)
public static org.hamcrest.Matcher<Iterable<? extends QueryLiteral>> literals(List<?> values)
Copyright © 2002-2018 Atlassian. All Rights Reserved.