Exemplo n.º 1
0
 // Use this for initialization
 public CTTestInputPlayer()
 {
     _caseList = (CTTestInputTestCaseList)Resources.Load("TestCases");
     isPlaying = false;
 }
Exemplo n.º 2
0
 // Use this for initialization
 public CTTestInputRecorder()
 {
     _testCase = new CTTestInputTestCase();
     _caseList = (CTTestInputTestCaseList)Resources.Load("TestCases");
 }