Interface representing the tests for pacing.

interface PacingTests {
    factor: boolean;
    iterations: boolean;
    passing: boolean;
    points: boolean;
    target: boolean;
}

Properties

factor: boolean

Indicates if the factor test passed.

iterations: boolean

Indicates if the iterations test passed.

passing: boolean

Indicates if all tests passed.

points: boolean

Indicates if the points test passed.

target: boolean

Indicates if the target test passed.