LaunchCode-Education-Archived / csharp-web-development

Unit 2 (C# Track) of the LC101 Curriculum, following fundamentals in JavaScript
https://education.launchcode.org/csharp-web-development/
GNU General Public License v3.0
5 stars 9 forks source link

GA 2 Test Task 4 instructions/tests #147

Open a-zabala opened 2 years ago

a-zabala commented 2 years ago

In graded assignment 2, Tech Jobs-OO, the last instructions of Test Task 4 states "Run your TestTask4 unit tests. Refactor your code as needed. Do not move onto Task 5 until you have passed all of Task 4’s auto-grading unit tests." However the last 3 tests in Test Task 4 all have to do with the ToString() method, which is refactored in Test Task 5. Therefore these test will continue to fail until moving on to Test Task 5. I am not sure if instructions need to change or tests should be moved to Test Task 5.

kmonahan commented 2 years ago

The tests in Task 5 also duplicate those tests in Task 4, so I think TestTask4.cs should end after Test_TestJobsForEquality().