tck icon indicating copy to clipboard operation
tck copied to clipboard

Decision Model and Notation Technology Compatibility Kit

Results 22 tck issues
Sort by recently updated
recently updated
newest added

The new range function gets exercised. The spec is very specific about what can be passed to this function as a string. These tests seek to cover all that. Like:...

Not very exciting, but, some tests for numbers with exponents. Without trying to replicate a while load of number tests I thought perhaps it easier just to test that the...

Dates may now be used by loops. Some simple tests for prove this is possible and that the increment is by a single day

Uncommenting some tests that assert on arithmetic negation of durations. 1.5 now permits this. ref for conv re commenting them out: https://github.com/dmn-tck/tck/pull/401#issuecomment-962982239

Suite of pretty standard tests for the new "list replace"cfunction. Exercises good/bad positional and named params. Also negative positioning.

Updated test case results with the new test for Trisotech. @baldimir can you please merge before the 1st of the month Thanks

Revert 0ac4ab7 from https://github.com/dmn-tck/tck/pull/394#event-4973823123

await TCKv1.4

I believe the test case below is incorrect - same variable associated to 'Person name' InputData is bound to two different values. ``` Nested imports of InputData following GITHUB DMN...

In the 0014-loan-comparaison test case, it uses the sort function to sort based on the rate. Multiple products have the same rate (0.01325 and 0.03250). The test case assumes that...

Waiting on RTF