pub async fn run<CTX: Clone, Client: FHIRClient<CTX, OperationOutcomeError>>(
client: &Client,
ctx: CTX,
test_script: Arc<TestScript>,
options: Arc<TestRunnerOptions>,
) -> Result<TestReport, TestScriptError>pub async fn run<CTX: Clone, Client: FHIRClient<CTX, OperationOutcomeError>>(
client: &Client,
ctx: CTX,
test_script: Arc<TestScript>,
options: Arc<TestRunnerOptions>,
) -> Result<TestReport, TestScriptError>