mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Revert change to nunit and restore xunit (#2249)
* Revert "Added new test framework (test) (#2247)"
This reverts commit b2120269a7.
* Added assert Fail as a test
This commit is contained in:
@@ -11,13 +11,13 @@ using System.Threading.Tasks;
|
||||
using Microsoft.SqlTools.ServiceLayer.Test.Common;
|
||||
using Microsoft.SqlTools.SqlCore.Scripting;
|
||||
using Microsoft.SqlTools.SqlCore.Scripting.Contracts;
|
||||
using NUnit.Framework;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.PerfTests
|
||||
{
|
||||
public class ScriptingTests
|
||||
{
|
||||
[Test]
|
||||
[Fact]
|
||||
[CreateTestDb(TestServerType.Azure)]
|
||||
public async Task ScripTableAzure()
|
||||
{
|
||||
@@ -25,7 +25,7 @@ namespace Microsoft.SqlTools.ServiceLayer.PerfTests
|
||||
await VerifyScriptTable(serverType);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Fact]
|
||||
[CreateTestDb(TestServerType.OnPrem)]
|
||||
public async Task ScripTableOnPrem()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user