-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Tom Longhurst edited this page Apr 27, 2020
·
12 revisions
BDTest is a testing framework. It can be used with other frameworks (such as MSTest, xUnit or NUnit) or standalone.
The examples below will use attributes (such as [Test]
) from NUnit.
BDTest is written in .NET Standard - So should work for .NET Framework and .NET Core
Please use the sidebar in this wiki to explore the concepts and see how to get setup.