| Package | Description |
|---|---|
| lv.ctco.zephyr.beans | |
| lv.ctco.zephyr.enums |
| Modifier and Type | Method and Description |
|---|---|
TestLevel |
TestCase.getPriority() |
TestLevel |
TestCase.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setPriority(TestLevel priority) |
void |
TestCase.setSeverity(TestLevel severity) |
| Modifier and Type | Method and Description |
|---|---|
static TestLevel |
TestLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestLevel[] |
TestLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.