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: chess/3-web-api/web-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ The service unit tests must directly call the methods on your service classes. T
378
378
379
379
> [!IMPORTANT]
380
380
>
381
-
> You must place your service test cases in a folder named `server/src/test/java/service`. Your test Class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
381
+
> You must place your service test cases in a folder named `server/src/test/java/service`. Your test class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
Copy file name to clipboardExpand all lines: chess/4-database/database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ As part of your unit test deliverable you need to meet the following requirement
117
117
118
118
> [!IMPORTANT]
119
119
>
120
-
> You must place your data access test cases in a folder named `server/src/test/java/dataaccess`. Your test Class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
120
+
> You must place your data access test cases in a folder named `server/src/test/java/dataaccess`. Your test class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
0 commit comments