Sten Schmidt (Talk | contribs) (Created page with 'de:Nutzung ohne Add-In === Using AccUnit without Add-In ===') |
Sten Schmidt (Talk | contribs) |
||
Line 2: | Line 2: | ||
=== Using AccUnit without Add-In === | === 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 in the Debug-Window: <code>CreateObject("AccUnit.Configurator").Init VBE.ActiveVBProject</code> | ||
+ | |||
+ | Result: | ||
+ | * references to AccUnit and SimplyVBUnit will be aktivated | ||
+ | * the HelperClass ''TestSuiteStarter'' and the Module ''_AccUnitObjects'' will be created | ||
+ | |||
+ | ====== remove ====== | ||
+ | nput values in the Debug-Window: <code>CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject</code> |
Contents |
(is not recommended)
The following comments are not required for use with the Add-In.
Input values in the Debug-Window: CreateObject("AccUnit.Configurator").Init VBE.ActiveVBProject
Result:
nput values in the Debug-Window: CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject