Ejemplo n.º 1
0
 public GeneratedScriptInvokesBuilder(TestLabelsInfo testLabels)
 {
     TestLabelsInfo = testLabels;
 }
Ejemplo n.º 2
0
 public TestLabelsInfoCollector(ProtocolType protocolType)
 {
     TestLabelsInfo = new TestLabelsInfo();
     TypeClassBP    = Type.GetType("NetcoreDbgTest." + protocolType.ToString() + "."
                                   + protocolType.ToString() + "LineBreakpoint");
 }