You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are still missing many tests for this library.
Any contribution is very welcome.
Tests are implemented via XUnit which is included in the dotnet sdk by default.
You can run tests via cmd: dotnet test tests\FFmpeg.NET.Tests\FFmpeg.NET.Tests.csproj
Or just open the Testexplorer in Visual Studio 2017 / 2019: Tests -> Windows -> Test Explorer
You should see all implemented tests after rebuilding the project.
The text was updated successfully, but these errors were encountered:
There are still missing many tests for this library.
Any contribution is very welcome.
Tests are implemented via XUnit which is included in the dotnet sdk by default.
You can run tests via cmd:
dotnet test tests\FFmpeg.NET.Tests\FFmpeg.NET.Tests.csproj
Or just open the Testexplorer in Visual Studio 2017 / 2019:
Tests -> Windows -> Test Explorer
You should see all implemented tests after rebuilding the project.
The text was updated successfully, but these errors were encountered: