C# (CSharp) TestProject.Test.BO Namespace

Classes

Name Description
TestBase Provides standard setup utilities for test classes can inherit from and use to initialise the testing environment. This class is only written once, so you can safely modify it.
TestCar
TestDriver Provides a place to write custom tests for Driver objects. This file is only written once and can be changed. The Def file attached to this as a dependent is rewritten with each regeneration and contains the standard tests for Driver. Regenerate this test project whenever there have been changes to the business objects. If tests are failing due to a unique setup in your application, you can either override the Create methods in TestUtils, or you can add the test to the ignore list below and reimplement it here.
TestSteeringWheel Provides a place to write custom tests for SteeringWheel objects. This file is only written once and can be changed. The Def file attached to this as a dependent is rewritten with each regeneration and contains the standard tests for SteeringWheel. Regenerate this test project whenever there have been changes to the business objects. If tests are failing due to a unique setup in your application, you can either override the Create methods in TestUtils, or you can add the test to the ignore list below and reimplement it here.
TestUtilsCar
TestUtilsDriver
TestUtilsSteeringWheel
TestUtilsVehicle
TestVehicle