Jay-ArBrouillard / Tournament-Bracket-Generator

C# WPF Tournament Bracket Generator
0 stars 0 forks source link

Unit tests #55

Closed Jay-ArBrouillard closed 4 years ago

Jay-ArBrouillard commented 4 years ago

Includes Unit Tests for Business Rules only: -LoginController -PersonController -PrizeController -TeamController -TournamentController -(We should continue to add a unit test class for each Business Rule at the minimum)

I made changes to personController validate class because it was failing my UnitTests. Also, Prizes will have to be modified because it is currently failing a few tests.