Esempio n. 1
0
 public LocalsTest(BaseDebuggerTests tests, string fileName, int lineNo)
 {
     _tests   = tests;
     FileName = fileName;
     LineNo   = lineNo;
 }
Esempio n. 2
0
 public BreakpointTest(BaseDebuggerTests tests, string runFileName)
 {
     _tests      = tests;
     RunFileName = runFileName;
 }