Keep up with latest product news
/KPI
filters feature to process filteringElevate 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 implementationio-redirect
dependency version to latest with *
openapi-client-gen
dependency version to latest fix version with 2.0.*
openapi-server-gen
dependency version to latest fix version with 0.0.*
objectscript-openapi-definition
to version latest with *
sslclient
to version latest with *
openapi-common-lib
to version 0.0.*