Harrison
e7b506f6a3
Currently, just reset things to a template file. Still learning what's easy to test and not.
21 lines
324 B
C#
21 lines
324 B
C#
namespace RecrownedGTK.Tests
|
|
{
|
|
[TestFixture]
|
|
public class TextureDataTest
|
|
{
|
|
[SetUp]
|
|
public void Setup()
|
|
{
|
|
}
|
|
|
|
[TearDown]
|
|
public void Cleanup() {
|
|
}
|
|
|
|
[Test]
|
|
public void TestDefaultShader()
|
|
{
|
|
Assert.Pass();
|
|
}
|
|
}
|
|
} |