Esempio n. 1
0
 protected override void OnTestInitialize()
 {
     if (proxy == null)
     {
         proxy = Container.GetExportedValue <ITracingSystemProxy>() as TFSProxy;
     }
 }
Esempio n. 2
0
 protected override void OnTestInitialize()
 {
     if (proxy == null)
     {
         proxy = Container.GetExportedValue<ITracingSystemProxy>() as TFSProxy;
     }
 }