예제 #1
0
 public void TestInitialize()
 {
     _logic        = AccountFactory.CreateTestLogic();
     _account      = new Account("testname", "1234", "1234");
     _falseAccount = new Account("testname", "1234", "0000");
 }