Skip to main content.

Site Map

Site Map

Common XUnit Project

The Common Xunit project contains base classes used by all the other Xunit projects. It has a reference to the [Module Name].Api project and the ServiceBrick.Xunit NuGet package.

Default File Structure

Controllers

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

Model

This folder contains test harness data used by the controller integration tests. By default, it will contain one file for each Domain Object being exposed, named [DomainObject Name]TestData.cs.