Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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-93 - Getting issue details... STATUS

FNSDKEXT-123 - Getting issue details... STATUS

Usage

tl;dr https://xunit.net/docs/getting-started/netcore/visual-studio

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.

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.

  • No labels