GradeOptions
Defined in: src/testing.ts:32
Options for grade.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
seenAs? |
readonly |
Projection<T> |
What the model sees of each fixture’s subject. | src/testing.ts:34 |
policy? |
readonly |
PartialPolicy |
Thresholds for this grading run, layered on the runtime’s policy. | src/testing.ts:36 |