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