コード例 #1
0
 protected override void OnTestInitialize()
 {
     if (proxy == null)
     {
         proxy = Container.GetExportedValue <ITracingSystemProxy>() as TFSProxy;
     }
 }
コード例 #2
0
ファイル: TFSProxyTest.cs プロジェクト: alibad/Bugger
 protected override void OnTestInitialize()
 {
     if (proxy == null)
     {
         proxy = Container.GetExportedValue<ITracingSystemProxy>() as TFSProxy;
     }
 }