| Modifier and Type | Method and Description |
|---|---|
PathUtil.PathExpectation |
bean() |
PathUtil.PathExpectation |
bean(boolean inIterable,
Object key,
Integer index) |
PathUtil.PathExpectation |
crossParameter() |
boolean |
equals(Object obj) |
int |
hashCode() |
PathUtil.PathExpectation |
method(String name) |
PathUtil.PathExpectation |
parameter(String name,
int index) |
PathUtil.PathExpectation |
property(String name) |
PathUtil.PathExpectation |
property(String name,
boolean inIterable,
Object key,
Integer index) |
String |
toString() |
public PathUtil.PathExpectation property(String name)
public PathUtil.PathExpectation property(String name, boolean inIterable, Object key, Integer index)
public PathUtil.PathExpectation bean()
public PathUtil.PathExpectation bean(boolean inIterable, Object key, Integer index)
public PathUtil.PathExpectation method(String name)
public PathUtil.PathExpectation parameter(String name, int index)
public PathUtil.PathExpectation crossParameter()
Copyright © 2008–2017. All rights reserved.