Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
csUnit.1.5.3.sources.zip | 2002-11-18 | 100.9 kB | |
csUnit.1.5.3.setup.msi | 2002-11-18 | 247.8 kB | |
csUnit.1.5.3.readme.txt | 2002-11-18 | 1.3 kB | |
csUnit.1.5.3.changes.txt | 2002-11-18 | 10.0 kB | |
Totals: 4 Items | 360.0 kB | 0 |
csUnit Solution Description =========================== Last change: November 14, 2002. 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. 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 assembly containing test cases. Test cases are retrieved from the loaded assembly, executed and their results displayed. example ------- A DLL assembly containing a few examples of how to use classes from the csUnit library. The 'example' library is used for testing csUnitRunner. CSharpApp --------- An executable containing a test for accessing application configuration files. setup ----- The setup project for installing all binaries and assemblies, which are part of the csUnit solution. --- end of file