Codeunit Triggers
The following triggers apply to codeunits.
Codeunit trigger name | Executed |
---|---|
OnBeforeTestRun Trigger | Before a test function of a test codeunit is run. |
OnAfterTestRun Trigger | After a test function of a test codeunit is run. |
See Also
Testing the Application
How to: Create Test Codeunits and Test Functions