Member Junction
    Preparing search index...

    Oracle evaluation input

    interface OracleInput {
        actualOutput?: unknown;
        contextUser: UserInfo;
        expectedOutput?: unknown;
        provider?: IMetadataProvider;
        targetEntity?: unknown;
        test: MJTestEntity;
    }
    Index

    Properties

    actualOutput?: unknown

    Actual output from execution

    contextUser: UserInfo

    User context

    expectedOutput?: unknown

    Expected output from test definition

    Optional metadata provider to use for entity/SQL operations during oracle evaluation. If supplied, oracles should use this provider instead of the global Metadata.Provider to participate in the same transaction/connection as the calling test run.

    targetEntity?: unknown

    Target entity (e.g., AgentRun)

    The test being evaluated