mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-12 02:12:03 +01:00
- added round-trip unit test for all loaders to check reordering channels and favorites, saving and reloading - internal code clean-up regarding different favorite list modes (none vs. flags vs. ordered per source vs. mixed source)
17 lines
228 B
C#
17 lines
228 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using System;
|
|
using ChanSort.Api;
|
|
|
|
namespace Test.Api
|
|
{
|
|
[TestClass]
|
|
public class ReferenceListTest
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|