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: sessions/0110-UnitTests/README.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -288,12 +288,14 @@ dotnet watch test
288
288
289
289
## Our first Logic test
290
290
291
-
Let's first inspect the
291
+
Let's first inspect the Order object
292
292
293
293
### Fixing the code
294
294
295
295
## Making Tests Better
296
296
297
+
There's a great article in the .NET docs about [unit testing best practices](https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices) that we will summarize here as part of working on this test project.
0 commit comments