issues
search
karaoke-dev
/
karaoke
Will be the best karaoke system.
http://blog.karaoke.dev
GNU General Public License v3.0
206
stars
16
forks
source link
Add more strict check about test assert usage and naming.
#2234
Closed
andy840119
closed
6 months ago
andy840119
commented
6 months ago
What's add in this PR:
Cannot use
Assert.True
, use
Assert.IsTrue
instead.
Check the check test naming.
What's add in this PR:
Assert.True
, useAssert.IsTrue
instead.