Introduction
The Windows projects utilize xUnit.net for performing unit testing and test automation. xUnit was chosen for ease-of-integration, its functionality, and its clarity.
Requirements
Windows 10
Visual Studios 2019 Professional
Related Jira Issues
- FNSDKEXT-93Getting issue details... STATUS
- FNSDKEXT-123Getting issue details... STATUS
Usage
tl;dr https://xunit.net/docs/getting-started/netcore/visual-studio
Existing Projects
Basic usage of the existing testing projects requires no special setup, as they were created as xUnit test projects in the first place; review the xUnit documentation for detail-in-depth.
Creating a New Project
If a new testing project for Windows/C# needs to be created, visit the the “Getting Started” link above for a quick and simple jumping-off point.