Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
csUnit.1.7.6.sources.zip | 2003-04-05 | 270.5 kB | |
csUnit.1.7.6.setup.msi | 2003-04-05 | 355.3 kB | |
csUnit.1.7.6.readme.txt | 2003-04-05 | 2.3 kB | |
csUnit.1.7.6.notes.txt | 2003-04-05 | 850 Bytes | |
csUnit.1.7.6.changes.txt | 2003-04-05 | 21.2 kB | |
Totals: 5 Items | 650.1 kB | 0 |
/////////////////////////////////////////////////////////////////////////////// // Copyright 2002-2003 (c) by Manfred Lange. All rights reserved. // Usage of this software only according to the terms of the GNU GPL. /////////////////////////////////////////////////////////////////////////////// csUnit Solution Description =========================== Last change: January 24, 2003. This file describes the purpose of the different projects, which are part of the csUnit solution. csUnit ------ A .NET class library with classes for writing test cases. Will be installed in the global assembly cache (GAC). Furthermore it will be displayed in the "Add Reference" dialog box of Visual Studio. csUnitTest ---------- An assembly containing tests for csUnit. csUnitCore ---------- An assembly that will contain the core classes used by the csUnitGui. The reason for splitting csUnitRunner up into two pieces is better testability. csUnitCoreTest -------------- Assembly containing the tests for csUnitCore. csUnit4VS --------- A binary containing the implementation of an Add-in providing integration of csUnitRunner into Visual Studio. csUnit4VSResources ------------------ A resource-only C DLL containing resources to be used by csUnit4VS. csUnitRunner ------------ A stand-alone application, able to load assemblies containing test cases. Test cases are retrieved from the loaded assembly, executed and their results displayed. CSharpDLL --------- A DLL assembly containing a few examples of how to use classes from the csUnit library. The 'CSharpDLL' library is used for testing csUnitRunner. CSharpDLL.withdotinname ----------------------- A DLL assembly used for testing csUnitRunner. CSharpApp --------- An executable containing a test for accessing application configuration files. VbDLL ----- A Visual Basic .NET example of tests implemented in a class library. VbEXE ----- A Visual Basic .NET example of tests implemented in an application. ManagedCppDLL ------------- A sample showing how to implement tests in a managed C++ library. setup ----- The setup project for installing all binaries and assemblies, which are part of the csUnit solution. --- end of file