Macros§
- Case
Status Unknown - Pattern that matches an unknown
CaseStatus
member. - Launch
Error Unknown - Pattern that matches an unknown
LaunchError
member. - Logs
Iterator Option Unknown - Pattern that matches an unknown
LogsIteratorOption
member. - Logs
Iterator Type Unknown - Pattern that matches an unknown
LogsIteratorType
member. - Suite
Result Unknown - Pattern that matches an unknown
SuiteResult
member. - Suite
Status Unknown - Pattern that matches an unknown
SuiteStatus
member. - Test
Case Result Unknown - Pattern that matches an unknown
TestCaseResult
member.
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_started
events. - Suite
Stopped - Suite
Stopped Event Details - Details for
suite_stopped
events. - Test
Case - Description of an enumerated test case.
- Test
Case Finished Event Details - Details for
test_case_finished
events. - Test
Case Found Event Details - Details for
test_case_found
events. - Test
Case Iterator GetNext Response - Test
Case Started Event Details - Details for
test_case_started
events. - Test
Case Stopped Event Details - Details for
test_case_stopped
events.
Enums§
- Case
Status - Represent status of a test case run execution.
- Launch
Error - Error for
LaunchSuite
call. - 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.