コード例 #1
0
 public void GetContentTest()
 {
     FillDatabaseObjects();
     Assert.Equal("Sleeping", EmployeeTest.GetContent());
     Assert.Equal("SaltChicken very small", ProductTest.GetContent());
     Assert.Equal("ChickenEgg", RecipeTest.GetContent());
     Assert.Equal("Mad", NewsTest.GetContent());
 }