public DisableRecordingScope(TestRecording testRecording, EntryRecordModel entryRecordModel)
 {
     if (testRecording.Mode == RecordedTestMode.RemotePlayback || testRecording.Mode == RecordedTestMode.RemoteRecord)
     {
         // !! TODO
         throw new NotImplementedException();
     }
     _testRecording = testRecording;
     _testRecording._disableRecording.Value = entryRecordModel;
 }
Exemplo n.º 2
0
 public DisableRecordingScope(TestRecording testRecording, EntryRecordModel entryRecordModel)
 {
     _testRecording = testRecording;
     _testRecording._disableRecording.Value = entryRecordModel;
 }