Exemplo n.º 1
0
 public void TestInitialize()
 {
     TestCommon.ResetStateAndInitMsal();
     _cache = new TokenCache();
 }
Exemplo n.º 2
0
 public void TestInitialize()
 {
     TestCommon.ResetInternalStaticCaches();
 }
Exemplo n.º 3
0
 public virtual void TestInitialize()
 {
     Trace.WriteLine("Test started " + TestContext.TestName);
     TestCommon.ResetInternalStaticCaches();
 }