public class PrototypeMatcher<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
Matcher for matching a predefined Prototyped| Constructor and Description |
|---|
PrototypeMatcher(Prototyped<T> stub) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T actual,
org.hamcrest.Description mismatchDescription) |
public PrototypeMatcher(Prototyped<T> stub)
Copyright © 2014. All rights reserved.