Skip to content

Commit c0a1e90

Browse files
wsilveiranzecfan
andauthored
Update articles/logic-apps/create-unit-tests-standard-workflow-runs-visual-studio-code.md
Co-authored-by: Esther Fan <[email protected]>
1 parent ebdf961 commit c0a1e90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/logic-apps/create-unit-tests-standard-workflow-runs-visual-studio-code.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ The following list includes basic but important concepts about unit tests for St
100100

101101
| Folder or file | Description |
102102
|----------------|------------|
103-
104103
| **`Tests`** <br>**\|\| <`logic-app-name`>** | In the **`Tests`** folder, a **<`logic-app-name`>** folder appears when you add unit tests to a logic app project.|
105104
| **`Tests`** <br>**\|\| <`logic-app-name`>** <br>**\|\|\| <`workflow-name`>** | In the **<`logic-app-name`>** folder, a **<`workflow-name`>** folder appears when you add unit tests for a workflow. |
106105
| **`Tests`** <br>**\|\| <`logic-app-name`>** <br>**\|\|\| <`workflow-name`>** <br>**\|\|\|\| `MockOutputs`** <br>**\|\|\|\|\| <`operation-name-outputs`>**.**`cs`** | In the **<`workflow-name`>** folder, the **`MockOutputs`** folder contains a C# (**.cs**) file with strongly-typed classes for each connector operation in the workflow. Each **.cs** file name uses the following format: <br><br>**<`operation-name`>[`Trigger\|Action`]`Output.cs`** <br><br>If a connector operation has *dynamic contracts*, a class appears for each *dynamic type*. A dynamic type refers to an operation parameter that has different inputs and outputs based on the value provided for that parameter. You can use these classes to extend your unit tests and create new mocks from scratch. |

0 commit comments

Comments
 (0)