Kernel Toolkit 7.3 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

SUCCEED^XTMUNIT: Increment Test Counter

Reference Type: N/A; Not callable from outside a unit test, Category: Toolkit—M Unit Utility, ICR#: N/A

Description

The SUCCEED^XTMUNIT API runs a test command that increments the test counter; writes a “dot” to the screen for activity, which indicates a successful test. This command is useful for indicating a successful test within a more complex unit test built within the unit test routine itself, and is the counterpart to the FAIL^XTMUNIT API.

NOTE: None of the M Unit Utility Application Programming Interfaces (APIs), extrinsic functions, or sections of code in the M Unit are callable from outside a unit test, but are all part of a unit test. M UNIT is a self-contained application.

REF: For an overview and more details of the M Unit Utility, see the "Toolkit—M Unit Utility" section in the Kernel 8.0 & Kernel Toolkit 7.3 Developer's Guide.

Format

  D SUCCEED^XTMUNIT

Input Parameters

none.

 

Output

returns:

Increments test counter; writes a period or “dot” to the screen for activity, which indicates a successful test.