interface TestResultParameter {
    actionPath?: string;
    actual?: number[];
    expected?: number[];
    iterationId?: number;
    parameterName?: string;
    testResultId?: number;
    testRunId?: number;
}

Properties

actionPath?: string
actual?: number[]
expected?: number[]
iterationId?: number
parameterName?: string
testResultId?: number
testRunId?: number