Source position: testinsightprotocol.pp line 33
type TTestResultType = (
rtUnknown,
rtPassed,
rtFailed,
rtError,
rtWarning,
rtSkipped,
rtRunning
);