public class Subset<T>
extends org.hamcrest.BaseMatcher<T>
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object subValue) |
static <T> org.hamcrest.Matcher<T> |
subset(T operand) |
static <T> org.hamcrest.Matcher<T> |
subsetOf(T operand) |
public Subset(T fullValue)
public static <T> org.hamcrest.Matcher<T> subsetOf(T operand)
public boolean matches(Object subValue)
public static <T> org.hamcrest.Matcher<T> subset(T operand)
public void describeTo(org.hamcrest.Description description)
Copyright © 2019. All rights reserved.