Skip to content

microsoft/vssdktestfx

Repository files navigation

Visual Studio SDK Test Framework

Build Status Join the chat at https://gitter.im/Microsoft/extendvs

Microsoft.VisualStudio.Sdk.TestFramework

NuGet package

The VS SDK Test Framework is a library for your unit tests that exercise VS code to use so that certain core VS functionality works outside the VS process so your unit tests can function. For example, ThreadHelper and obtaining global services from the static ServiceProvider tend to fail in unit tests without this library installed.

Learn more about this package.

Microsoft.VisualStudio.Sdk.TestFramework.Xunit

NuGet package

This package contains functionality applicable when using Xunit as your test framework.

Learn more about this package.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct.

See our contributing doc for more info.