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
Copy file name to clipboardExpand all lines: docs/development/unit-testing.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,3 +188,5 @@ public async Task WhenUserHasPolicy_ThenAllowExecution()
188
188
189
189
The user context is always injected when you run a query on the test server. By default it is an anonymous user and credentials are applied when you add a claim or policy to the context during setup.
190
190
191
+
## Demo project
192
+
See the [demos page](../reference/demo-projects.md) for a working demo using XUnit.
0 commit comments