Add missing test attributes

This commit is contained in:
Salman Ahmed 2019-12-12 14:05:37 +03:00
parent bf8caee53f
commit 4406172eb4
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace osu.Game.Tests.Skins
[TestFixture]
public class LegacySkinDecoderTest
{
[Test]
public void TestDecodeSkinColours()
{
var decoder = new LegacySkinDecoder();
@ -35,6 +36,7 @@ public void TestDecodeSkinColours()
}
}
[Test]
public void TestDecodeEmptySkinColours()
{
var decoder = new LegacySkinDecoder();
@ -51,6 +53,7 @@ public void TestDecodeEmptySkinColours()
}
}
[Test]
public void TestDecodeEmptySkinColoursNoFallback()
{
var decoder = new LegacySkinDecoder();