mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Test frameworks consolidated (#12672)
This commit is contained in:
committed by
GitHub
parent
c3a51f9227
commit
e96c0da265
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user