unit-testingintersystems-cache

Unit testing frameworks for Intersystems Caché


Are there any unit testing frameworks for Intersystems Caché? If so, please list some.


Solution

  • Caché has a built-in one - see their documentation of the %UnitTest package. Also, they have a fairly decent tutorial in their documentation that you can reference. Granted, %UnitTest is a bit quirky and not as fully featured as the more well-known xUnit test frameworks, but it's great if you have nothing else.