com.atlassian.jira.functest.framework.WebTestDescription |
![]()
|
Represents basic information about a running web test
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List of annotations of the test.
| |||||||||||
Set of categories describing this test.
| |||||||||||
Descriptions of child tests.
| |||||||||||
Test class name, or
null if this is neither a single test, nor a suite constructed for a test class. | |||||||||||
Is it a test suite?
| |||||||||||
Is it a single test?
| |||||||||||
Test method name, or
null if this is not a single test. | |||||||||||
Display name of the test.
| |||||||||||
Test class, or
null if this is neither a single test, nor a suite constructed for a test class.. | |||||||||||
Number of single, 'atomic' tests encapsulated by the described test.
|
List of annotations of the test.
Set of categories describing this test.
Descriptions of child tests.
Test class name, or null
if this is neither a single test, nor a suite constructed for a test class.
Is it a test suite?
true
, if this description describes a test suite, i.e. when isTest()
returns false
Is it a single test?
true
, if this description describes a single test
Test method name, or null
if this is not a single test.
Test class, or null
if this is neither a single test, nor a suite constructed for a test class..
Number of single, 'atomic' tests encapsulated by the described test.