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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# XAF - How to Unit Test Controllers, Actions, and Business Logic (EF Core)
2
2
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/).
4
4
5
5
## Implementation Details
6
6
7
-
The E2E test project covers the following testing patterns:
7
+
The E2E test project addresses the following testing patterns:
0 commit comments