The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

VSGDR::UnitTest::TestSet - Sealed class for Microsoft Visual Studio Database Edition UnitTest Utility Suite by Ded MedVed

VERSION

Version 1.21

SYNOPSIS

Sealed unit. No user serviceable parts. This module, and all sub-modules exist only to support the suite of applications packaged with it. The applications offer support to creators and maintainers of Microsoft Visual Studio Database Project Unit tests, particularly those frustrated by the VS interface to these tests, who are also comfortable using perl software from the command line.

Support is given for VS2008 and VS2010. Full support is offered for:- Scalar, EmptyResultSet, NotEmptyResultSet, RowCount conditions. Partial support for:- ExecutionTime, ExpectedSchema, Inconclusive, Checksum conditions. No support is offered for bespoke conditions, apart from what you can add yourself. No support is offered for any unit tests that have been manually edited to add code Attributes, or alter the transaction mode etc etc.

The suite offers scripts to generate unit tests from sql scripts, merge unit test files, split apart unit test files, extract the sql from unit test files, delete tests from unit test files, disable test conditions, report over unit test files, and run unit test files, with better reporting of test failures than MSTest or Visual Studio. It can also translate unit test files from VB to C# and vice-versa, as well as to Excel Spreadsheet, or XML. The test runner cannot check ExecutionTime, ExpectedSchema, Inconclusive, Checksum conditions. This is because it is pure perl, and has no access to .NET internals, or the database connection code used by .NET.

AUTHOR

Ded MedVed, <dedmedved at cpan.org>

BUGS

Please report any bugs or feature requests to bug-vsgdr-unittest-testset at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=VSGDR-UnitTest-TestSet. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc VSGDR::UnitTest::TestSet

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Ded MedVed.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.