interface PerTestingCriteriaResult {
    failed: number;
    passed: number;
    testing_criteria: string;
}

Properties

failed: number

Number of tests failed for this criteria.

passed: number

Number of tests passed for this criteria.

testing_criteria: string

A description of the testing criteria.