PROTOCOLS
Logger
Defined in fuchsia.driver.test/logger.fidl
LogMessage
Logs a message from the driver unit test.
Request
Name | Type |
---|---|
msg |
string[1024]
|
LogTestCase
Logs the results of a test case.
Request
Name | Type |
---|---|
name |
string[256]
|
result |
TestCaseResult
|
STRUCTS
TestCaseResult
Defined in fuchsia.driver.test/logger.fidl
Contains the counts of test results within the test case.
Name | Type | Description | Default |
---|---|---|---|
passed |
uint64
|
Number of tests that passed. |
No default |
failed |
uint64
|
Number of tests that failed. |
No default |
skipped |
uint64
|
Number of tests that were skipped. |
No default |
CONSTANTS
Name | Value | Type | Description |
---|---|---|---|
LOG_MESSAGE_MAX |
1024
|
uint32 |
|
TEST_CASE_NAME_MAX |
256
|
uint32 |