コード例 #1
0
 public void Should_Load_Examples()
 {
     Assert.Equal("{\"name\": \"test\"}", TestExample.ReadAllText(this.GetType(), "json"));
     Assert.Equal("<test>ExamplesLoaderTest<test>", TestExample.ReadAllText(this.GetType()));
     Assert.Equal("<test>Should_Load_Examples<test>", TestExample.LoadTestFixture(this.GetType()));
     Assert.Equal("<test>Should_Load_Examples<test>", TestExample.LoadTestFixture());
 }