public static class TreeWalkResults.TreeWalkEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TreeWalkResults.TreeWalkEntry.STATUS |
Modifier and Type | Field and Description |
---|---|
String |
actual |
String |
errmessage |
String |
expected |
String |
lpath |
String |
ltextTrimmed |
String |
message |
TreeWalkResults |
nested |
String |
rpath |
String |
rtextTrimmed |
TreeWalkResults.TreeWalkEntry.STATUS |
status |
Constructor and Description |
---|
TreeWalkEntry() |
public String lpath
public String rpath
public String ltextTrimmed
public String rtextTrimmed
public String expected
public String actual
public String message
public String errmessage
public TreeWalkResults nested
public TreeWalkResults.TreeWalkEntry.STATUS status
Copyright © 2016. All rights reserved.