Download Latest Version csUnit.2.6.sources.zip (1.2 MB)
Email in envelope

Get an email when there's a new version of csUnit - unit testing for .NET

Name Modified Size InfoDownloads / Week
Parent folder
csUnit.1.8.8.sources.zip 2003-05-20 354.9 kB
csUnit.1.8.8.setup.msi 2003-05-20 480.8 kB
csUnit.1.8.8.readme.txt 2003-05-20 2.7 kB
Totals: 3 Items   838.4 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: March 18, 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.


csUnit.Interfaces
-----------------
This assembly contains the interface, delegate and event definitions needed for
internal communication of the csUnit framework. Don't use, as they are subject
to change.


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.


csUnitCmd
---------
The command line version of csUnit. At this point this is a mock only.


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.

JSharpDLL
---------
A Visual J# .NET example of tests implemented in a class library.


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
Source: csUnit.1.8.8.readme.txt, updated 2003-05-20