Crate fidl_fuchsia_io_test

Source

Structs§

Directory
Directory entries should support opening with any combination of read/write/execute rights.
ExecutableFile
Adds an executable file that supports opening as readable + executable. The file has a non-zero size, but the contents are otherwise unspecified.
File
File object which supports reading and writing. Use ExecutableFile if execute rights are required.
HarnessConfig
Conformance test harnesses will implement this protocol to setup its associated filesystem servers with the described directory layout, allowing their implementation of fuchsia.io and fuchsia.io2 protocols to be verified by a common test suite.
RemoteDirectory
Remote directory which forwards FIDL requests from the server to the specified directory.
TestHarnessControlHandle
TestHarnessCreateDirectoryRequest
TestHarnessEventStream
TestHarnessGetConfigResponder
TestHarnessGetConfigResponse
TestHarnessMarker
TestHarnessOpenServiceDirectoryResponder
TestHarnessOpenServiceDirectoryResponse
TestHarnessProxy
TestHarnessRequestStream
A Stream of incoming requests for fuchsia.io.test/TestHarness.
TestHarnessSynchronousProxy

Enums§

DirectoryEntry
TestHarnessEvent
TestHarnessRequest

Traits§

TestHarnessProxyInterface