public interface TestDisplayOrderSetting
| Modifier and Type | Method and Description |
|---|---|
TestDisplayOrder |
getTestDisplayOrder()
Gets the display order used by the reporter
|
void |
setTestDisplayOrder(TestDisplayOrder order)
Allows setting the display order of tests (newest first, oldest first) for the
reporter
|
void setTestDisplayOrder(TestDisplayOrder order)
order - TestDisplayOrderTestDisplayOrder getTestDisplayOrder()
TestDisplayOrder