コード例 #1
0
ファイル: Parser.cs プロジェクト: csware/GoogleTestAdapter
 public Parser(Vsui vsui, TestExplorer testExplorer)
 {
     _vsui         = vsui;
     _testExplorer = testExplorer;
 }
コード例 #2
0
 public TestExplorer(Vsui vsui, Window mainWindow)
 {
     _mainWindow = mainWindow;
     _vsui       = vsui;
     _parser     = new Parser(vsui, vsui.TestExplorer);
 }