VerifierResults 类

继承
builtins.object
VerifierResults

构造函数

VerifierResults()

属性

ALERTED

ALERTED = 'alerted'

DONE

DONE = 'done'

FIXED

FIXED = 'fixed'

PASSED

PASSED = 'passed'

STATUS

STATUS = {'alerted', 'done', 'fixed', 'passed'}