Skip to main content

What is %UnitTest?

The %UnitTest package is a set of classes that provide a testing framework for InterSystems IRIS. Structurally, it resembles the xUnit testing frameworks. %UnitTest provides classes and facilities for creating and executing unit tests for the following:

  • InterSystems IRIS classes and methods

  • ObjectScript routines

  • InterSystems SQL scripts

  • Productions

Part II of this tutorial focuses on testing InterSystems IRIS classes and methods.

FeedbackOpens in a new tab