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