This project stores common data and reusable components that are shared amongst all of the Rock Tests projects.
The types of data stored in this project include:
- Constants that reference specific instances of well-known test data - for example, Guid identifiers of well-known entities that are referenced in testing.
- Base classes that provide common functionality for classes that define tests.
- Utility components that provide general functions for working with test data.
This project is referenced by the following projects:
- Rock.Tests
- Rock.Tests.Integration