Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-12 | Add copyright headers. | Jeff Ames | 1 | -1/+28 | |
2010-05-23 | Added generic base classes for testing database services | AlexRa | 1 | -0/+63 | |
These are some generic classes that simplify writing tests for any of the data connectors and databases. Among other things, configuring the connection strings is done once, in a separate resource file. Tests based on the new BasicDataServiceTest class require NUnit 2.5 or better. |