zlavere / GroupAWeatherAnalysis

0 stars 0 forks source link

Add unit testing for five more methods #26

Closed zlavere closed 5 years ago

zlavere commented 5 years ago
  1. Add unit testing for five more methods so that there will be unit testing for a total of 10 model or statistic type methods – the five required in Assignment 3 and an additional five (5) for Assignment 4. a. Make sure the unit testing provides complete coverage for each method that testing. b. The methods selected for unit testing need to have some type of logic or perform some type of calculation. Unit tests for a method that is like a getter only do not count toward this requirement. c. At the top of the unit testing class file, list out the unit tests that are implemented in the file.
  2. Make sure to format the unit testing code using ReSharper, but you do not need to worry about using ReSharper warnings on files within the test project.
Weemies commented 5 years ago

This issues is partially done. 3 completed test classes have been pushed, and the other 2 are nearly done.

Weemies commented 5 years ago

This issue is closed as of commita1e4ba80913282510fe98df98ee1ed6541adfcd0