CS3398-Badoons-Ciao / CS3398-Badoons-F2019

1 stars 0 forks source link

Test fictions #34

Open BHubbard946 opened 5 years ago

BHubbard946 commented 5 years ago

I want to implement a test function that can be called that check to ensure that all calculations are reasonable by testing to know good test data. That way if functions are ever edited it will warn anyone of any potential issues with the calculations

This goes hand and hand with Junit testing and can be completed once that has been implmented by another team member