Values_2.TestCaseSearchCriteriaThe search criteria to be used to return test cases.
type nonrec t = {orConditions : TestCaseSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : TestCaseSearchConditionList.t option;A list of conditions which would be applied together with an AND condition.
*)stringCondition : Values_0.StringCondition.t option;A leaf node condition which can be used to specify a string condition.
*)statusCondition : Values_0.TestCaseStatus.t option;The status of the test case.
*)}val make :
?orConditions:TestCaseSearchConditionList.t ->
?andConditions:TestCaseSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
?statusCondition:Values_0.TestCaseStatus.t ->
unit ->
t