Tests on pipeline (#10244)

This commit is contained in:
Mykhailo Pylyp
2021-03-16 17:29:20 +02:00
committed by GitHub
parent 0413fe944f
commit 1d2aeaf147
11 changed files with 51 additions and 37 deletions

View File

@@ -90,7 +90,7 @@ namespace SvgPreviewHandlerUnitTests
}
}
[TestMethod]
// ToDo: fix unit test
public void SvgPreviewControlShouldSetScrollBarsEnabledPropertyWhenDoPreviewCalled()
{
// Arrange

View File

@@ -32,8 +32,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.14.7" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.2" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
</ItemGroup>