Skip to content

Commit

Permalink
Added a framework to test endpoint security
Browse files Browse the repository at this point in the history
(%release-note:

- Added Endpoint Security Testing Framework

Introduced a framework to the library for testing endpoint security configurations. It enables automated validation that all API endpoints are properly secured as per the defined expectations.

%)
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 25, 2024
1 parent 34e232a commit 5252162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DfE.CoreLibs.Testing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ In your tests, you can use `CustomAutoData` to easily inject customizations like
Assert.Equal(expectedMp.LastName, result.LastName);
}
```


### CustomWebApplicationDbContextFactory

Expand Down

0 comments on commit 5252162

Please sign in to comment.