Added new test framework (test) (#2247)

* Added new test framework (test)

* added nunit import
This commit is contained in:
Alex Ma
2023-09-21 14:25:11 -07:00
committed by GitHub
parent c29fb03b6e
commit b2120269a7
7 changed files with 43 additions and 41 deletions

View File

@@ -7,13 +7,13 @@
using System.Threading.Tasks;
using Microsoft.SqlTools.ServiceLayer.Test.Common;
using Xunit;
using NUnit.Framework;
namespace Microsoft.SqlTools.ServiceLayer.PerfTests
{
public class SaveResultsTests
{
[Fact]
[Test]
public async Task TestSaveResultsToCsvTest()
{
await TestServiceDriverProvider.RunTestIterations(async (timer) =>
@@ -35,7 +35,7 @@ namespace Microsoft.SqlTools.ServiceLayer.PerfTests
});
}
[Fact]
[Test]
public async Task TestSaveResultsToJsonTest()
{
await TestServiceDriverProvider.RunTestIterations(async (timer) =>