Keep up with latest product news








/KPI filters feature to process filtering

Elevate your uinitTests to the next level adding Setup and Tear down events.
Just add description on class, with special tags like:
The tripleSlash will turn it to:
And that's not all! The new double dot abbreviation feature allows you to effortlessly call methods and simplify your code, i.e.:
///<example>
/// Write ..TheAnswerForEverything()
/// 42
///</example>
TripleSlash will automatically generate a test for you, like this:
Method TestTheAnswerForEverything()
{
Do $$$AssertEquals(##class(dc.sample.ObjectScript).TheAnswerForEverything(), 42)
}

Added the files needed to run the demo in a container.
Added small volumes to the demo to show the impact on speed.

<UNDEFINED> error parsing empty method implementation