Module go_test_runner::test_server
source · Structs
- Implements
fuchsia.test.Suite
and runs provided test.
Constants
Statics
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- LAZY 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- Default concurrency for running test cases in parallel.
Functions
- fetch 🔒Fetches the full list of tests from the test binary.
- Populates the given
tests_future_container
with a future, or returns a copy of that future if already present. - Launches the golang test binary specified by the given
Component
to retrieve a list of test names. - Convenience wrapper around [
launch::launch_process
].