Interface ITestSettingValueGetterContext

Context for a test setting value getter.

interface ITestSettingValueGetterContext {
    file: string;
    method: HttpMethod;
    name: string;
    route: string;
    settings: ITestSettings;
}

Properties

file: string

The full path to the underlying file.

method: HttpMethod

The HTTP method.

name: string

The name of the underlying test.

route: string

The raw endpoint route.

settings: ITestSettings

The underlying settings.

Generated using TypeDoc