Skip to main content

verify_runtime_provider

Function verify_runtime_provider 

Source
pub async fn verify_runtime_provider(
    client: &dyn RuntimeClient,
    case: &RuntimeConformanceCase,
) -> RuntimeResult<RuntimeConformanceReport>
Expand description

Runs the destructive provider-neutral lifecycle conformance suite.

Provider-specific tests remain responsible for crash injection and resource reconstruction. This suite establishes the shared protocol semantics those fault tests must preserve.