The unit CaseParamsBuilder, representing a single case with no params: [ {} ].
punit is passed to every .params()/.paramsSubcasesOnly() call, so kUnitCaseParamsBuilder
is only explicitly needed if constructing a ParamsBuilder outside of a test builder.
The unit CaseParamsBuilder, representing a single case with no params:
[ {} ]
.punit
is passed to every.params()
/.paramsSubcasesOnly()
call, sokUnitCaseParamsBuilder
is only explicitly needed if constructing a ParamsBuilder outside of a test builder.