15 lines
189 B
C#
15 lines
189 B
C#
namespace fxl.codes.kisekae.data.test;
|
|
|
|
public class LhMethodTests
|
|
{
|
|
[SetUp]
|
|
public void Setup()
|
|
{
|
|
}
|
|
|
|
[Test]
|
|
public void Test1()
|
|
{
|
|
Assert.Pass();
|
|
}
|
|
} |