예제 #1
0
 public void BeforeEachTestSetup()
 {
     Xpcom.Initialize(XpComTests.XulRunnerLocation);
     m_instance = Xpcom.CreateInstance<nsIUserInfo>("@mozilla.org/userinfo;1");
     Assert.IsNotNull(m_instance);
 }
 public void BeforeEachTestSetup()
 {
     Xpcom.Initialize(XpComTests.XulRunnerLocation);
     m_instance = Xpcom.CreateInstance <nsIUserInfo>("@mozilla.org/userinfo;1");
     Assert.IsNotNull(m_instance);
 }