コード例 #1
0
 public void GetInformationTest(IReadable readable, string result)
 {
     Assert.AreEqual(result, readable.GetInformation());
 }