AccUnit

Unit Testing in VBA - Microsoft Access, Excel, …

UsageWithoutAddIn

From AccUnit
(Difference between revisions)
Jump to: navigation, search
(activate)
Line 11: Line 11:
Result:
Result:
-
* references to AccUnit and SimplyVBUnit will be aktivated
+
* references to AccUnit and SimplyVBUnit will be activated
* the HelperClass ''TestSuiteStarter'' and the Module ''_AccUnitObjects'' will be created
* the HelperClass ''TestSuiteStarter'' and the Module ''_AccUnitObjects'' will be created
====== remove ======
====== remove ======
nput values to the Debug-Window: <code>CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject</code>
nput values to the Debug-Window: <code>CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject</code>

Revision as of 18:23, 23 May 2012


Contents

Using AccUnit without Add-In

(is not recommended)

The following comments are not required for use with the Add-In.

AccUnit support for the Debug-Window

Configure the access application
activate

Input values to the Debug-Window: CreateObject("AccUnit.Configurator").Init VBE.ActiveVBProject

Result:

  • references to AccUnit and SimplyVBUnit will be activated
  • the HelperClass TestSuiteStarter and the Module _AccUnitObjects will be created
remove

nput values to the Debug-Window: CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject

Personal tools