You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: PSSwagger.LiveTestFramework/docs/dev.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ While you can directly import PSSwagger.LiveTestFramework.psd1 for local testing
5
5
## C# vs. Code Files
6
6
The C# code in this module is represented two ways: in ```.cs``` form and in ```.Code.ps1``` form. When distributing, the code is transformed into ```.Code.ps1``` files and authenticode signed. For test code, the C# code is transformed into ```.cs``` form and includes both a VisualStudio-compatible ```.csproj``` (under the ```vs-csproj``` folder) and a dotnet CLI ```.csproj```. The scripts ```~\src\ConvertTo-CSharpFiles.ps1``` and ```~\src\ConvertFrom-CSharpFiles.ps1``` are provided to convert between ```.cs``` and ```.Code.ps1``` files. The module PSSwagger.LiveTestFramework expects ```.Code.ps1``` files only.
7
7
# PSSwagger.LiveTestFramework.Tests
8
-
Under the ```~\test``` folder, you'll find all the tests for PSSwagger.LiveTestFramework. We use a mixture of C# tests for the C# components, and Pester for the PowerShell components. All the build/run scripts are wrapped by PowerShell commands located in this module. Like the product module (PSSwagger.LiveTestFramework), the test module depends on ```PSSwagger.Common.Helpers```. A helper script is available to load the helper module then the test module: ```~\test\Load-TestModule.ps1```.
8
+
Under the ```~\test``` folder, you'll find all the tests for PSSwagger.LiveTestFramework. We use a mixture of C# tests for the C# components, and Pester for the PowerShell components. All the build/run scripts are wrapped by PowerShell commands located in this module. Like the product module (PSSwagger.LiveTestFramework), the test module depends on ```PSSwaggerUtility```. A helper script is available to load the helper module then the test module: ```~\test\Load-TestModule.ps1```.
9
9
## Dependencies
10
10
You can install PSSwagger.LiveTestFramework.Tests dependencies using the command ```Initialize-LTFTestsDependencies```. Current test dependencies:
Copy file name to clipboardexpand all lines: PSSwagger.LiveTestFramework/readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ When you, as the service owner, have multiple language SDKs you need to test, yo
11
11
Live service <-> Language-specific SDK <-> Language-specific test server <-> Test code
12
12
13
13
## Usage
14
-
After you've imported ```PSSwagger.Common.Helpers```, you can import ```PSSwagger.LiveTestFramework```. Use this module to compile the library and console server types or start the server directly.
14
+
After you've imported ```PSSwaggerUtility```, you can import ```PSSwagger.LiveTestFramework```. Use this module to compile the library and console server types or start the server directly.
0 commit comments