Test frameworks consolidated (#12672)

This commit is contained in:
Davide Giacometti
2021-08-16 15:25:06 +02:00
committed by GitHub
parent c3a51f9227
commit e96c0da265
53 changed files with 1018 additions and 924 deletions

View File

@@ -4,13 +4,13 @@
using System.Runtime.CompilerServices;
using System.Windows.Input;
using NUnit.Framework;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PowerLauncher.ViewModel;
using Wox.Plugin;
namespace Wox.Test
{
[TestFixture]
[TestClass]
public class WoxTest
{
// A Dummy class to test that OnPropertyChanged() is called while we set the variable
@@ -44,7 +44,7 @@ namespace Wox.Test
}
}
[Test]
[TestMethod]
public void AnyVariableMustCallOnPropertyChangedWhenSet()
{
// Arrange