Skip to main content.

Site Map

Site Map

API Xunit Project

The API Xunit Test project contains test classes used by service clients to call a running application. It only has a reference to [Module Name].Xunit project.

Default File Structure

Clients

This folder contains base integration test used for API clients. By default, it will contain one file for each Domain Object being exposed, named [DomainObject Name]ApiClientTest.cs.

Mapping

This folder contains a single file used for testing the Automapper configuration, named MappingTest.cs.