public class PrototypeVerifier<T> extends Object
| Constructor and Description |
|---|
PrototypeVerifier(T actual) |
| Modifier and Type | Method and Description |
|---|---|
void |
matches(T prototype)
Check the actual instance of the object matches the expectations set on the proptype.
|
Copyright © 2015. All rights reserved.