Welcome to the Managed Code Interface for the T-SQL Test Tool (
www.codeplex.com/tst)
Version 0.2Project DescriptionManaged Code Interface to run T-SQL Test Tool (www.codeplex.com/tst) unit tests in a managed code build process. Developed in C# using MbUnit.
This project will allow for T-SQL Unit Tests developed using TST to be run from a Managed Code Build process providing information on:
- Total Tests and Assertions
- Assertions by Suite and Test
The code dynamically creates MbUnit (
www.gallio.org) Test Suites and Tests that report Pass/Fail for TST tests. This allows for easy incorporation into your build process without having to shell out or parse XML.
Documentation is forthcoming. See the Readme.txt file in the source code for more information.
Project is just source code currently so it can be incorporated into your projects.