예제 #1
0
 public void InitTest()
 {
     Loging._instance = null;
     Loging.Init();
     Assert.IsNotNull(Loging._instance);
 }