예제 #1
0
 public SubtitleSpecs(
     TempOutputFixture tempOutputFixture,
     FFmpegFixture ffmpegFixture)
 {
     _tempOutputFixture = tempOutputFixture;
     _ffmpegFixture     = ffmpegFixture;
 }
예제 #2
0
 public GeneralSpecs(
     ITestOutputHelper testOutput,
     TempOutputFixture tempOutputFixture,
     FFmpegFixture ffmpegFixture)
 {
     _testOutput        = testOutput;
     _tempOutputFixture = tempOutputFixture;
     _ffmpegFixture     = ffmpegFixture;
 }
예제 #3
0
 public ConversionSpecs(ITestOutputHelper testOutput, TempOutputFixture tempOutputFixture, FFmpegFixture ffmpegFixture)
 {
     _testOutput        = testOutput;
     _tempOutputFixture = tempOutputFixture;
     _ffmpegFixture     = ffmpegFixture;
 }