gambas-source-code/OriginalFiles/manual/overview.html
Christof Thalhofer 5111def64b Unittest weiter
2015-10-31 09:22:52 +01:00

19 lines
684 B
HTML

<html>
<head>
<title>COMUnit Reference Manual</title>
</head>
<body>
<h1>Overview</h1>
<p>
COMUnit is a testing framework designed for unit testing COM components and Visual Basic applications.
This reference manual describes the different interfaces and classes that make up the testing framework.
Reading through this manual will give you a look under the hood at how COMUnit works to execute your test code.
</p>
<p>COMUnit consists of a main DLL that contains the unit testing framework (COMUnit.dll)
as well as several ActiveX controls (COMUnitRunner and COMUnitTrace). This manual provides the
reference material for these components.
</p>
</body>
</html>