Skip to main content

Crate trf_codegen_runtime

Crate trf_codegen_runtime 

Source
Expand description

This library provides a runtime harness for the TRF (Test Realm Factory) codegen tool. It offers utilities for interacting with test realms, connecting to mock control proxies, and managing component lifecycle events in test environments.

Structs§

LifecycleStream
Stream of component lifecycle events.
TestRealm
Runtime harness wrapper providing helper operations for test realms.

Enums§

LifecycleEvent
Represents component lifecycle events.

Traits§

MockControlMarker
Trait implemented by mock control markers to connect to mock control proxies.