Cordon::ProbeResult
Outcome of one enforcement probe run by Runner#confirm.
A probe is a real, spawned attempt to do something the sandbox should
either allow or deny — not a static check. passed means the probe's
expected outcome (allowed or denied) actually happened.
Constructors
from_result(name : String, description : String, result : Result, expect_success : Bool) : ProbeResult
SourceInstance methods
description
Sourceexit_code
Sourcename
Sourcepassed?
Sourceskip_reason
Sourceskipped?
Sourcestderr
Sourcestdout
Source