Package | Description |
---|---|
com.aventstack.extentreports | |
com.aventstack.extentreports.reporter |
Modifier and Type | Method and Description |
---|---|
TestDisplayOrder |
TestDisplayOrderSetting.getTestDisplayOrder()
Gets the display order used by the reporter
|
TestDisplayOrder |
ExtentReports.getTestDisplayOrder()
Gets the order in which tests are displayed in the report.
|
static TestDisplayOrder |
TestDisplayOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestDisplayOrder[] |
TestDisplayOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TestDisplayOrderSetting.setTestDisplayOrder(TestDisplayOrder order)
Allows setting the display order of tests (newest first, oldest first) for the
reporter
|
void |
ExtentReports.setTestDisplayOrder(TestDisplayOrder order)
Sets the order in which tests are displayed in the report.
|
Modifier and Type | Method and Description |
---|---|
TestDisplayOrder |
AbstractReporter.getTestDisplayOrder() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReporter.setTestDisplayOrder(TestDisplayOrder order) |