public class Assertion extends SectionElement
| Constructor and Description |
|---|
Assertion() |
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup() |
String |
getId() |
String |
getNote() |
List<Test> |
getTests() |
boolean |
isTestable() |
void |
setGroup(Group group) |
void |
setId(String id) |
void |
setNote(String note) |
void |
setTestable(boolean testable) |
String |
toString() |
getText, setTextpublic String getId()
public void setId(String id)
public boolean isTestable()
public void setTestable(boolean testable)
public String getNote()
public void setNote(String note)
public Group getGroup()
public void setGroup(Group group)
Copyright © 2017. All rights reserved.