Fix: restrict generated test cases to requested rows

This commit is contained in:
Chris Smowton
2021-06-22 09:08:54 +01:00
parent bd1bd8cf08
commit eda7bb6aa2

View File

@@ -172,6 +172,7 @@ newtype TTestCase =
string namespace, string type, boolean subtypes, string name, string signature, string ext,
string inputSpec, string outputSpec
|
any(TargetSummaryModelCsv tsmc).row(row) and
summaryModel(namespace, type, subtypes, name, signature, ext, inputSpec, outputSpec, kind, row) and
callable = interpretElement(namespace, type, subtypes, name, signature, ext) and
Private::External::interpretSpec(inputSpec, input) and