JunitTestData

class JunitTestData[source]

The data needed for a JunitTest.

wrapper: Just[Literal['cg_check', 'cg_jest', 'cg_junit4', 'cg_junit5', 'cg_mocha', 'cg_moxunit', 'cg_phpunit', 'cg_pytest', 'cg_quickcheck', 'cg_semgrep', 'cg_xunit', 'custom']] | _Nothing[Literal['cg_check', 'cg_jest', 'cg_junit4', 'cg_junit5', 'cg_mocha', 'cg_moxunit', 'cg_phpunit', 'cg_pytest', 'cg_quickcheck', 'cg_semgrep', 'cg_xunit', 'custom']] = Nothing

The wrapper to run.

metadata: Just[Mapping[str, Any]] | _Nothing[Mapping[str, Any]] = Nothing

Extra data needed by the frontend

program: str

The program to run.