markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Write Unit Tests #3

Open markjamesm opened 4 years ago

markjamesm commented 4 years ago

Tests need to be written for certain methods, namely those in Winplayer.cs. I've already written one test for the Play() method, but I need to write more for the other class methods.