CSC/ECE 517 Fall 2018- Project E1848: Writing unit tests for assignment team.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Add some headings.)
(Fix some headings.)
Line 1: Line 1:
The purpose of this project is to improve the coverage and quality of the unit tests for the assignment team model in Expertiza. This project comprised the program 3 assignment of CSC/ECE 517 in fall 2018 and is entitled "Project E1848: Writing unit tests for assignment_team.rb." The source code for this project is in [https://github.com/expertiza/expertiza/pull/1228 pull request #1228] of the [https://github.com/expertiza Expertiza project] on [https://github.com/ GitHub].
The purpose of this project is to improve the coverage and quality of the unit tests for the assignment team model in Expertiza. This project comprised the program 3 assignment of CSC/ECE 517 in fall 2018 and is entitled "Project E1848: Writing unit tests for assignment_team.rb." The source code for this project is in [https://github.com/expertiza/expertiza/pull/1228 pull request #1228] of the [https://github.com/expertiza Expertiza project] on [https://github.com/ GitHub].


== The <span style="font-family:Courier;">AssignmentTeam</span> Class
== The <span style="font-family:Courier;">AssignmentTeam</span> Class ==
== References ==
== References ==

Revision as of 21:17, 31 October 2018

The purpose of this project is to improve the coverage and quality of the unit tests for the assignment team model in Expertiza. This project comprised the program 3 assignment of CSC/ECE 517 in fall 2018 and is entitled "Project E1848: Writing unit tests for assignment_team.rb." The source code for this project is in pull request #1228 of the Expertiza project on GitHub.

The AssignmentTeam Class

References