public class PrototypePropertyMatcher extends Object
| Constructor and Description |
|---|
PrototypePropertyMatcher(PrototypeProperty property,
PropertyExpectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpectation() |
PrototypeProperty |
getProperty() |
String |
getPropertyPath() |
Object |
getPropertyValue(Object actual) |
boolean |
matches(Object actual) |
String |
toString() |
public PrototypePropertyMatcher(PrototypeProperty property, PropertyExpectation expectation)
public boolean matches(Object actual)
public String getPropertyPath()
public String getExpectation()
public PrototypeProperty getProperty()
Copyright © 2015. All rights reserved.