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

@@ -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));