Are there any unit testing frameworks for Intersystems Caché? If so, please list some.
Are there any unit testing frameworks for Intersystems Caché? If so, please list some.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.