C# (CSharp) !NAMESPACE!.Tests Namespace

Classes

Name Description
AbstractModelTestCase This is a suggestion of base class that might simplify the unit testing for the ActiveRecord classes.

Basically you have to create a separate database for your tests, which is always a good idea: - production - development - test

You have to decide if you want to administrate the schema on the test database or let ActiveRecord generate them for you during test execution. Check AbstractModelTestCase.PrepareSchema