mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Test frameworks consolidated (#12672)
This commit is contained in:
committed by
GitHub
parent
c3a51f9227
commit
e96c0da265
@@ -2,14 +2,14 @@
|
||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using NUnit.Framework;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace Wox.Test.Plugins
|
||||
{
|
||||
[TestFixture]
|
||||
[TestClass]
|
||||
public class PluginInitTest
|
||||
{
|
||||
[Test]
|
||||
[TestMethod]
|
||||
public void PublicAPIIsNullTest()
|
||||
{
|
||||
// Assert.Throws(typeof(WoxFatalException), () => PluginManager.Initialize(null));
|
||||
|
||||
Reference in New Issue
Block a user