Skip to content

Commit cd94af8

Browse files
authored
apply review suggestions
1 parent 2fef3b3 commit cd94af8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# XAF - How to Unit Test Controllers, Actions, and Business Logic (EF Core)
22

3-
This example creates unit tests for an XAF application that uses Entity Framework Core as its ORM. The solution illustrates best practices for testing XAF Controllers, Actions, business object behavior, and security-related scenarios using [xUnit](https://www.nuget.org/packages/xunit/) and [Moq](https://www.nuget.org/packages/Moq/).
3+
This example creates unit tests for an Entity Framework Core ORM-powered XAF application. The solution illustrates best practices for testing XAF Controllers, Actions, business object behavior, and security-related usage scenarios via [xUnit](https://www.nuget.org/packages/xunit/) and [Moq](https://www.nuget.org/packages/Moq/).
44

55
## Implementation Details
66

7-
The E2E test project covers the following testing patterns:
7+
The E2E test project addresses the following testing patterns:
88

99
| Test Class | What It Tests |
1010
|---|---|

0 commit comments

Comments
 (0)