mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add missing test attributes
This commit is contained in:
@ -13,6 +13,7 @@ namespace osu.Game.Tests.Skins
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class LegacySkinDecoderTest
|
public class LegacySkinDecoderTest
|
||||||
{
|
{
|
||||||
|
[Test]
|
||||||
public void TestDecodeSkinColours()
|
public void TestDecodeSkinColours()
|
||||||
{
|
{
|
||||||
var decoder = new LegacySkinDecoder();
|
var decoder = new LegacySkinDecoder();
|
||||||
@ -35,6 +36,7 @@ namespace osu.Game.Tests.Skins
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
public void TestDecodeEmptySkinColours()
|
public void TestDecodeEmptySkinColours()
|
||||||
{
|
{
|
||||||
var decoder = new LegacySkinDecoder();
|
var decoder = new LegacySkinDecoder();
|
||||||
@ -51,6 +53,7 @@ namespace osu.Game.Tests.Skins
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
public void TestDecodeEmptySkinColoursNoFallback()
|
public void TestDecodeEmptySkinColoursNoFallback()
|
||||||
{
|
{
|
||||||
var decoder = new LegacySkinDecoder();
|
var decoder = new LegacySkinDecoder();
|
||||||
|
Reference in New Issue
Block a user