namespace fxl.codes.kisekae.data.test; public class LhMethodTests { [SetUp] public void Setup() { } [Test] public void Test1() { Assert.Pass(); } }