| Constructor and Description |
|---|
TestPaper() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Form form) |
TestPaper |
hasDescription(String description) |
TestPaper |
hasField(String name,
String... rules) |
TestPaper |
hasFieldValue(String name,
String value) |
TestPaper |
hasMarkedFields(String... fields) |
TestPaper |
hasTitle(String title) |
TestPaper |
isMarkedInvalid() |
void |
markAsInvalid() |
void |
markErrorOn(String fieldName) |
void |
printDescription(String description) |
void |
printField(String name,
String description) |
void |
printTitle(String title) |
TestPaper |
write(String fieldName,
String value) |
public void printTitle(String title)
printTitle in interface Paperpublic void printDescription(String description)
printDescription in interface Paperpublic void printField(String name, String description)
printField in interface Paperpublic void markAsInvalid()
markAsInvalid in interface Paperpublic void markErrorOn(String fieldName)
markErrorOn in interface Paperpublic TestPaper isMarkedInvalid()
Copyright © 2017. All rights reserved.