diff --git a/docs/mdsource/fixie-convention.include.md b/docs/mdsource/fixie-convention.include.md index f58a51d179..8051fe36cd 100644 --- a/docs/mdsource/fixie-convention.include.md +++ b/docs/mdsource/fixie-convention.include.md @@ -5,7 +5,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Cli_Fixie_AppVeyor.md b/docs/wiz/Linux_Other_Cli_Fixie_AppVeyor.md index c219f45535..33da8f0fcb 100644 --- a/docs/wiz/Linux_Other_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_Fixie_AppVeyor.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Cli_Fixie_AzureDevOps.md b/docs/wiz/Linux_Other_Cli_Fixie_AzureDevOps.md index bb122099ce..3ff01e6e4b 100644 --- a/docs/wiz/Linux_Other_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Cli_Fixie_AzureDevOps.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Cli_Fixie_GitHubActions.md b/docs/wiz/Linux_Other_Cli_Fixie_GitHubActions.md index 771de8d04d..582f294a35 100644 --- a/docs/wiz/Linux_Other_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/Linux_Other_Cli_Fixie_GitHubActions.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Cli_Fixie_None.md b/docs/wiz/Linux_Other_Cli_Fixie_None.md index 3e0d3bc7ee..8cd3ec6d06 100644 --- a/docs/wiz/Linux_Other_Cli_Fixie_None.md +++ b/docs/wiz/Linux_Other_Cli_Fixie_None.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Gui_Fixie_AppVeyor.md b/docs/wiz/Linux_Other_Gui_Fixie_AppVeyor.md index 2988ba2baa..2403b9c002 100644 --- a/docs/wiz/Linux_Other_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_Fixie_AppVeyor.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Gui_Fixie_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_Fixie_AzureDevOps.md index bb1bf6a39f..4d8cb93ed1 100644 --- a/docs/wiz/Linux_Other_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_Fixie_AzureDevOps.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Gui_Fixie_GitHubActions.md b/docs/wiz/Linux_Other_Gui_Fixie_GitHubActions.md index 9b0787016c..19363e5ff6 100644 --- a/docs/wiz/Linux_Other_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_Fixie_GitHubActions.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Other_Gui_Fixie_None.md b/docs/wiz/Linux_Other_Gui_Fixie_None.md index 1910b34c1f..4b75d8a3b5 100644 --- a/docs/wiz/Linux_Other_Gui_Fixie_None.md +++ b/docs/wiz/Linux_Other_Gui_Fixie_None.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Cli_Fixie_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_Fixie_AppVeyor.md index e4a7128e31..5e81aba7e9 100644 --- a/docs/wiz/Linux_Rider_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_Fixie_AppVeyor.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Cli_Fixie_AzureDevOps.md b/docs/wiz/Linux_Rider_Cli_Fixie_AzureDevOps.md index 6e87d345c2..8ab4e9e102 100644 --- a/docs/wiz/Linux_Rider_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Cli_Fixie_AzureDevOps.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Cli_Fixie_GitHubActions.md b/docs/wiz/Linux_Rider_Cli_Fixie_GitHubActions.md index 7a56a33616..78672e974a 100644 --- a/docs/wiz/Linux_Rider_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Cli_Fixie_GitHubActions.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Cli_Fixie_None.md b/docs/wiz/Linux_Rider_Cli_Fixie_None.md index 33ca51b27e..988cfe7b35 100644 --- a/docs/wiz/Linux_Rider_Cli_Fixie_None.md +++ b/docs/wiz/Linux_Rider_Cli_Fixie_None.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Gui_Fixie_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_Fixie_AppVeyor.md index 7855573749..c4aaca03d4 100644 --- a/docs/wiz/Linux_Rider_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_Fixie_AppVeyor.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Gui_Fixie_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_Fixie_AzureDevOps.md index 2a929d8a60..a496050132 100644 --- a/docs/wiz/Linux_Rider_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_Fixie_AzureDevOps.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Gui_Fixie_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_Fixie_GitHubActions.md index 06ce3d0a7b..cbcfb0758c 100644 --- a/docs/wiz/Linux_Rider_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_Fixie_GitHubActions.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Linux_Rider_Gui_Fixie_None.md b/docs/wiz/Linux_Rider_Gui_Fixie_None.md index a48e4f55b9..870d125cc3 100644 --- a/docs/wiz/Linux_Rider_Gui_Fixie_None.md +++ b/docs/wiz/Linux_Rider_Gui_Fixie_None.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Cli_Fixie_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_Fixie_AppVeyor.md index c88fb3f235..5e5ff275ef 100644 --- a/docs/wiz/MacOS_Other_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_Fixie_AppVeyor.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Cli_Fixie_AzureDevOps.md b/docs/wiz/MacOS_Other_Cli_Fixie_AzureDevOps.md index cd6bf0b1da..e4379fc132 100644 --- a/docs/wiz/MacOS_Other_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Cli_Fixie_AzureDevOps.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Cli_Fixie_GitHubActions.md b/docs/wiz/MacOS_Other_Cli_Fixie_GitHubActions.md index ddf822d768..dc7bae8b24 100644 --- a/docs/wiz/MacOS_Other_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Cli_Fixie_GitHubActions.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Cli_Fixie_None.md b/docs/wiz/MacOS_Other_Cli_Fixie_None.md index 3477d7d032..25dcab4437 100644 --- a/docs/wiz/MacOS_Other_Cli_Fixie_None.md +++ b/docs/wiz/MacOS_Other_Cli_Fixie_None.md @@ -154,7 +154,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Gui_Fixie_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_Fixie_AppVeyor.md index efd9cd8d2b..ecd9e0fc8b 100644 --- a/docs/wiz/MacOS_Other_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_Fixie_AppVeyor.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Gui_Fixie_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_Fixie_AzureDevOps.md index 57601c40fc..1a19491784 100644 --- a/docs/wiz/MacOS_Other_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_Fixie_AzureDevOps.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Gui_Fixie_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_Fixie_GitHubActions.md index 45ba993a3e..a80576a1ae 100644 --- a/docs/wiz/MacOS_Other_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_Fixie_GitHubActions.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Other_Gui_Fixie_None.md b/docs/wiz/MacOS_Other_Gui_Fixie_None.md index 0457d84f54..7c9cb0221c 100644 --- a/docs/wiz/MacOS_Other_Gui_Fixie_None.md +++ b/docs/wiz/MacOS_Other_Gui_Fixie_None.md @@ -148,7 +148,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Cli_Fixie_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_Fixie_AppVeyor.md index dd9d7262be..d83c9a3e1b 100644 --- a/docs/wiz/MacOS_Rider_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_Fixie_AppVeyor.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Cli_Fixie_AzureDevOps.md b/docs/wiz/MacOS_Rider_Cli_Fixie_AzureDevOps.md index 8ca3c63204..3792f52da0 100644 --- a/docs/wiz/MacOS_Rider_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Cli_Fixie_AzureDevOps.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Cli_Fixie_GitHubActions.md b/docs/wiz/MacOS_Rider_Cli_Fixie_GitHubActions.md index 1142e2eaf9..1d492f58f2 100644 --- a/docs/wiz/MacOS_Rider_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Cli_Fixie_GitHubActions.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Cli_Fixie_None.md b/docs/wiz/MacOS_Rider_Cli_Fixie_None.md index 02263b07b8..c03bde4096 100644 --- a/docs/wiz/MacOS_Rider_Cli_Fixie_None.md +++ b/docs/wiz/MacOS_Rider_Cli_Fixie_None.md @@ -203,7 +203,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Gui_Fixie_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_Fixie_AppVeyor.md index 7caf0056fc..a12ceedf22 100644 --- a/docs/wiz/MacOS_Rider_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_Fixie_AppVeyor.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Gui_Fixie_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_Fixie_AzureDevOps.md index 51fd691c2c..103f209416 100644 --- a/docs/wiz/MacOS_Rider_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_Fixie_AzureDevOps.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Gui_Fixie_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_Fixie_GitHubActions.md index 55587fa762..c78f283c31 100644 --- a/docs/wiz/MacOS_Rider_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_Fixie_GitHubActions.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/MacOS_Rider_Gui_Fixie_None.md b/docs/wiz/MacOS_Rider_Gui_Fixie_None.md index 2a98ab507b..c094976212 100644 --- a/docs/wiz/MacOS_Rider_Gui_Fixie_None.md +++ b/docs/wiz/MacOS_Rider_Gui_Fixie_None.md @@ -197,7 +197,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Cli_Fixie_AppVeyor.md b/docs/wiz/Windows_Other_Cli_Fixie_AppVeyor.md index 10997501f7..12088bf964 100644 --- a/docs/wiz/Windows_Other_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_Fixie_AppVeyor.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Cli_Fixie_AzureDevOps.md b/docs/wiz/Windows_Other_Cli_Fixie_AzureDevOps.md index 556a6ac6ec..5d51fcf38c 100644 --- a/docs/wiz/Windows_Other_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Cli_Fixie_AzureDevOps.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Cli_Fixie_GitHubActions.md b/docs/wiz/Windows_Other_Cli_Fixie_GitHubActions.md index dbd8c5882b..8b288da325 100644 --- a/docs/wiz/Windows_Other_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_Other_Cli_Fixie_GitHubActions.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Cli_Fixie_None.md b/docs/wiz/Windows_Other_Cli_Fixie_None.md index 985cc55cd8..0ddfab0cec 100644 --- a/docs/wiz/Windows_Other_Cli_Fixie_None.md +++ b/docs/wiz/Windows_Other_Cli_Fixie_None.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Gui_Fixie_AppVeyor.md b/docs/wiz/Windows_Other_Gui_Fixie_AppVeyor.md index cf15546f30..de6cc47954 100644 --- a/docs/wiz/Windows_Other_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_Fixie_AppVeyor.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Gui_Fixie_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_Fixie_AzureDevOps.md index ad8b3b8136..ea5871d2b6 100644 --- a/docs/wiz/Windows_Other_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_Fixie_AzureDevOps.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Gui_Fixie_GitHubActions.md b/docs/wiz/Windows_Other_Gui_Fixie_GitHubActions.md index 5a3a8d1dab..4aeec5705b 100644 --- a/docs/wiz/Windows_Other_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_Fixie_GitHubActions.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Other_Gui_Fixie_None.md b/docs/wiz/Windows_Other_Gui_Fixie_None.md index 0e43e1fc51..ccd0bf7552 100644 --- a/docs/wiz/Windows_Other_Gui_Fixie_None.md +++ b/docs/wiz/Windows_Other_Gui_Fixie_None.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Cli_Fixie_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_Fixie_AppVeyor.md index bbf62847a2..c822333108 100644 --- a/docs/wiz/Windows_Rider_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_Fixie_AppVeyor.md @@ -216,7 +216,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Cli_Fixie_AzureDevOps.md b/docs/wiz/Windows_Rider_Cli_Fixie_AzureDevOps.md index 34083ca06a..4c6cf6a18e 100644 --- a/docs/wiz/Windows_Rider_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Cli_Fixie_AzureDevOps.md @@ -216,7 +216,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Cli_Fixie_GitHubActions.md b/docs/wiz/Windows_Rider_Cli_Fixie_GitHubActions.md index 1d710377f7..a31838b012 100644 --- a/docs/wiz/Windows_Rider_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Cli_Fixie_GitHubActions.md @@ -216,7 +216,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Cli_Fixie_None.md b/docs/wiz/Windows_Rider_Cli_Fixie_None.md index c2aa464724..346f824b4f 100644 --- a/docs/wiz/Windows_Rider_Cli_Fixie_None.md +++ b/docs/wiz/Windows_Rider_Cli_Fixie_None.md @@ -216,7 +216,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Gui_Fixie_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_Fixie_AppVeyor.md index a21bfd4118..951061c5cd 100644 --- a/docs/wiz/Windows_Rider_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_Fixie_AppVeyor.md @@ -210,7 +210,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Gui_Fixie_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_Fixie_AzureDevOps.md index b32a3e4cc8..ad1bd7147b 100644 --- a/docs/wiz/Windows_Rider_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_Fixie_AzureDevOps.md @@ -210,7 +210,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Gui_Fixie_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_Fixie_GitHubActions.md index c0e716d6a1..a67c29cd62 100644 --- a/docs/wiz/Windows_Rider_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_Fixie_GitHubActions.md @@ -210,7 +210,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_Rider_Gui_Fixie_None.md b/docs/wiz/Windows_Rider_Gui_Fixie_None.md index 83df46cb5d..353c8c093d 100644 --- a/docs/wiz/Windows_Rider_Gui_Fixie_None.md +++ b/docs/wiz/Windows_Rider_Gui_Fixie_None.md @@ -210,7 +210,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AppVeyor.md index 4c010a3365..3bf0945392 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AppVeyor.md @@ -224,7 +224,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AzureDevOps.md index 9d9dde6547..196f1300dd 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_AzureDevOps.md @@ -224,7 +224,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_GitHubActions.md index 6e009cd7f6..39c3061def 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_GitHubActions.md @@ -224,7 +224,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_None.md index 664dd2d5e0..1eaf5d6981 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Fixie_None.md @@ -224,7 +224,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AppVeyor.md index 1042a6fc64..693fcabf19 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AppVeyor.md @@ -218,7 +218,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AzureDevOps.md index 818cf60a74..c5bc5593aa 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_AzureDevOps.md @@ -218,7 +218,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_GitHubActions.md index 3ec46fa5b9..1843ad7be6 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_GitHubActions.md @@ -218,7 +218,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_None.md index d14b907318..595a1ba809 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Fixie_None.md @@ -218,7 +218,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Cli_Fixie_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_Fixie_AppVeyor.md index b2738e4ca1..9f43a19e5a 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Fixie_AppVeyor.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Cli_Fixie_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Cli_Fixie_AzureDevOps.md index f6ad1a7919..25e6cf4c55 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Fixie_AzureDevOps.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Cli_Fixie_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Cli_Fixie_GitHubActions.md index 6f4425cfde..8dddeeee88 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Fixie_GitHubActions.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Cli_Fixie_None.md b/docs/wiz/Windows_VisualStudio_Cli_Fixie_None.md index a1869420f4..be377ac2ad 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Fixie_None.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Fixie_None.md @@ -167,7 +167,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Gui_Fixie_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_Fixie_AppVeyor.md index 4264290f75..1908a31a02 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Fixie_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Fixie_AppVeyor.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Gui_Fixie_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_Fixie_AzureDevOps.md index 41bb08ada5..c7e535195b 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Fixie_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Fixie_AzureDevOps.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Gui_Fixie_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_Fixie_GitHubActions.md index 5570e71d03..9ac14e6b14 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Fixie_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Fixie_GitHubActions.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/docs/wiz/Windows_VisualStudio_Gui_Fixie_None.md b/docs/wiz/Windows_VisualStudio_Gui_Fixie_None.md index 2fa33155a9..fbd8055009 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Fixie_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Fixie_None.md @@ -161,7 +161,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: diff --git a/readme.md b/readme.md index 524ae94fa6..841a2bde94 100644 --- a/readme.md +++ b/readme.md @@ -212,7 +212,7 @@ To enable Verify the [ITestProject and IExecution interfaces](https://github.co Requirements: * Assign the target assembly in `ITestProject.Configure` using `VerifierSettings.AssignTargetAssembly` - * Wrap test executions in `IExecution.Run` with a `ExecutionState.Set` + * Wrap test executions in `IExecution.Run` using `ExecutionState.Set` An example implementation of the above: