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