Skip to main content

About the InterSystems IRIS %UnitTest Framework

%UnitTest is the InterSystems IRIS unit testing framework. Developers familiar with xUnit frameworks will find the structures contained within %UnitTest familiar:

The %UnitTest package includes the following classes:

  • TestCase — Extend this class to create your testing class, then add class methods that contain your unit tests.

  • Manager — Contains methods to execute your unit tests.

  • Report — Controls the output from testing, including a test results web page.

FeedbackOpens in a new tab