Polyman Documentation - v2.3.3
    Preparing search index...

    Interface ResolvedTest

    Internal: a fully resolved test (manual or generator-driven) with a concrete Polygon index assigned. Produced after merging the parsed script with the testset's manual tests.

    ResolvedTest

    interface ResolvedTest {
        index: number;
        source: ResolvedTestSource;
        group?: string;
        points?: number;
        useInStatements?: boolean;
    }
    Index

    Properties

    index: number
    group?: string
    points?: number
    useInStatements?: boolean