Archived
1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FoxTube/FoxTube.Tests/UnitTest.cs
T
Michael Gordeev cebbf4fef5 - Updated NuGet packs
- Added quality switcher to livestreams
- Fixed SettingsStorage cast
- Completed ManifestGenerator (but still doesn't work)
- Refactored and redesigned player
- Created test project
2019-05-14 19:34:04 +03:00

16 lines
229 B
C#

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace FoxTube.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}