Attereco_Front_Test.Model.UserTest.カラムテスト C# (CSharp) Method

カラムテスト() private method

private カラムテスト ( ) : void
return void
        public void カラムテスト()
        {
            Assert.AreEqual(user.Name, name);
            Assert.AreEqual(user.Sid, sid);
        }