Crate fidl_fuchsia_test_manager_common

Source

Macros§

CaseStatusUnknown
Pattern that matches an unknown CaseStatus member.
LaunchErrorUnknown
Pattern that matches an unknown LaunchError member.
LogsIteratorOptionUnknown
Pattern that matches an unknown LogsIteratorOption member.
LogsIteratorTypeUnknown
Pattern that matches an unknown LogsIteratorType member.
SuiteResultUnknown
Pattern that matches an unknown SuiteResult member.
SuiteStatusUnknown
Pattern that matches an unknown SuiteStatus member.
TestCaseResultUnknown
Pattern that matches an unknown TestCaseResult member.

Structs§

Case
Description of an enumerated test case.
CaseFinished
CaseFound
CaseIteratorGetNextResponse
CaseStarted
CaseStopped
RunBuilderWithSchedulingOptionsRequest
RunOptions
Optional additional instructions for executing a test suite.
RunStarted
RunStopped
SchedulingOptions
Optional instructions for how to execute and schedule suites in the test run.
SuiteStarted
SuiteStartedEventDetails
Details for suite_started events.
SuiteStopped
SuiteStoppedEventDetails
Details for suite_stopped events.
TestCase
Description of an enumerated test case.
TestCaseFinishedEventDetails
Details for test_case_finished events.
TestCaseFoundEventDetails
Details for test_case_found events.
TestCaseIteratorGetNextResponse
TestCaseStartedEventDetails
Details for test_case_started events.
TestCaseStoppedEventDetails
Details for test_case_stopped events.

Enums§

CaseStatus
Represent status of a test case run execution.
LaunchError
Error for LaunchSuite call.
LogsIteratorOption
Option which specifies which kind of iterator the client supports
LogsIteratorType
Enumeration of alternative log iteration mechanisms.
SuiteResult
Represents the result of a suite run.
SuiteStatus
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.
TestCaseResult
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§

CaseName
Human-readable name for a test case.
TestCaseId
Test case identifier. Unique in a suite run.
TestCaseName
Human-readable name for a test case.