Attereco_Front_Test.Model.UserTest.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            this.user = new User(name, sid);
            this.json = new DynamicJson();
            this.json["Name"] = this.name;
            this.json["Sid"] = this.sid;
            this.json["LoginTime"] = user.LoginTime;
        }