mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-05 22:39:14 -05:00
unit tests
This commit is contained in:
@@ -10,6 +10,7 @@ using PluginTestLibrary;
|
||||
namespace MetaNodes.Tests.TheMovieDb;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class MovieLookupTests : TestBase
|
||||
{
|
||||
[TestMethod]
|
||||
|
||||
@@ -11,6 +11,7 @@ using PluginTestLibrary;
|
||||
namespace MetaNodes.Tests.TheMovieDb;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class TVEpisodeLookupTests : TestBase
|
||||
{
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ using PluginTestLibrary;
|
||||
namespace MetaNodes.Tests.TheMovieDb;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class TVShowLookupTests : TestBase
|
||||
{
|
||||
[TestMethod]
|
||||
|
||||
@@ -7,6 +7,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using System.IO;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class AudioExtractorTests : VideoTestBase
|
||||
{
|
||||
[TestMethod]
|
||||
|
||||
@@ -8,6 +8,7 @@ using FileFlows.VideoNodes.VideoNodes;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class AudioToVideoTests : VideoTestBase
|
||||
{
|
||||
[TestMethod]
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace FileFlows.VideoNodes.Tests.FfmpegBuilderTests;
|
||||
/// Tests for FFmpeg Builder for the Error file
|
||||
/// </summary>
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class FFmpegBuild_ErrorFile : VideoTestBase
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -165,6 +165,7 @@ public class FfmpegBuilder_AudioConverterTests: VideoTestBase
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[TestCategory("Slow")]
|
||||
public void FfmpegBuilder_AudioConverter_Opus_All()
|
||||
{
|
||||
var vi = new VideoInfoHelper(FFmpeg, Logger);
|
||||
|
||||
@@ -8,6 +8,7 @@ using VideoNodes.Tests;
|
||||
namespace FileFlows.VideoNodes.Tests.FfmpegBuilderTests;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class FfmpegBuilder_BasicTests : VideoTestBase
|
||||
{
|
||||
VideoInfo vii;
|
||||
|
||||
@@ -7,10 +7,9 @@ using VideoNodes.Tests;
|
||||
namespace FileFlows.VideoNodes.Tests.FfmpegBuilderTests;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("Slow")]
|
||||
public class FfmpegBuilder_MetadataTests: VideoTestBase
|
||||
{
|
||||
|
||||
|
||||
[TestMethod]
|
||||
public void FfmpegBuilder_Metadata_Remover_Language()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user