Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

What is %UnitTest?

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

  • Caché classes and methods

  • ObjectScript routines

  • Caché SQL scripts

  • Ensemble productions

Part II of this tutorial focuses on testing Caché classes and methods.

FeedbackOpens in a new tab