Modules§
- case_
iterator_ ordinals - debug_
data_ iterator_ ordinals - early_
boot_ profile_ ordinals - query_
ordinals - run_
builder_ ordinals - run_
controller_ ordinals - suite_
controller_ ordinals - suite_
runner_ ordinals - test_
case_ enumerator_ ordinals - test_
case_ iterator_ ordinals
Macros§
- Case
Status Unknown - Pattern that matches an unknown
CaseStatusmember. - Launch
Error Unknown - Pattern that matches an unknown
LaunchErrormember. - Logs
Iterator Option Unknown - Pattern that matches an unknown
LogsIteratorOptionmember. - Logs
Iterator Type Unknown - Pattern that matches an unknown
LogsIteratorTypemember. - Suite
Result Unknown - Pattern that matches an unknown
SuiteResultmember. - Suite
Status Unknown - Pattern that matches an unknown
SuiteStatusmember. - Test
Case Result Unknown - Pattern that matches an unknown
TestCaseResultmember.
Structs§
- Case
- Description of an enumerated test case.
- Case
Finished - Case
Found - Case
Iterator GetNext Response - Case
Started - Case
Stopped - RunBuilder
With Scheduling Options Request - RunOptions
- Optional additional instructions for executing a test suite.
- RunStarted
- RunStopped
- Scheduling
Options - Optional instructions for how to execute and schedule suites in the test run.
- Suite
Started - Suite
Started Event Details - Details for
suite_startedevents. - Suite
Stopped - Suite
Stopped Event Details - Details for
suite_stoppedevents. - Test
Case - Description of an enumerated test case.
- Test
Case Finished Event Details - Details for
test_case_finishedevents. - Test
Case Found Event Details - Details for
test_case_foundevents. - Test
Case Iterator GetNext Response - Test
Case Started Event Details - Details for
test_case_startedevents. - Test
Case Stopped Event Details - Details for
test_case_stoppedevents.
Enums§
- Case
Status - Represent status of a test case run execution.
- Launch
Error - Error for
LaunchSuitecall. - Logs
Iterator Option - Option which specifies which kind of iterator the client supports
- Logs
Iterator Type - Enumeration of alternative log iteration mechanisms.
- Suite
Result - Represents the result of a suite run.
- Suite
Status - Represents status of a suite run. This ordering is the explicit ordering of preference, from lowest priority to highest priority. for example, if all Cases PASSED except one that FAILED, the status for the whole suite will be FAILED.
- Test
Case Result - Represent the result of a test case run.
Constants§
- MAX_
ARGUMENTS - MAX_
ARGUMENT_ LENGTH - MAX_
DEBUG_ DATAS_ PER_ GET - MAX_
EVENTS_ PER_ WATCH - MAX_
FILTERS - MAX_
FILTER_ LENGTH - MAX_
OFFERS - MAX_
TEST_ CASES_ PER_ GET - MAX_
TEST_ COLLECTION_ NAME_ LENGTH
Type Aliases§
- Case
Name - Human-readable name for a test case.
- Test
Case Id - Test case identifier. Unique in a suite run.
- Test
Case Name - Human-readable name for a test case.