VerifyResultListclass | verify.t[422] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
class
VerifyResultList : object
(none)
(none)
VerifyResultList
object
obj_
origOrder
remapAction_
remapRole_
remapTarget_
results_
addResult
allowAction
allowImplicit
compareTo
construct
excludePluralMatches
getEffectiveResult
matchForCombineRemapped
showMessage
obj_ | verify.t[686] |
origOrder | verify.t[693] |
remapAction_ | verify.t[676] |
remapRole_ | verify.t[677] |
remapTarget_ | verify.t[673] |
results_ | verify.t[680] |
addResult (result) | verify.t[432] |
allowAction ( ) | verify.t[468] |
allowImplicit ( ) | verify.t[489] |
compareTo (other) | verify.t[541] |
construct ( ) | verify.t[423] |
excludePluralMatches ( ) | verify.t[478] |
getEffectiveResult ( ) | verify.t[519] |
matchForCombineRemapped (other, action, role) | verify.t[629] |
- compareTo returns zero, indicating that we have the same weighting in the verification results
- we refer to the same object after remapping; the effective object after remapping is our original resolved object, if we're not remapped, or our remap target if we are
- we use the object for the same action and in the same role
Note: this can only be called on remapped results. Results can only be combined in the first place when remapped, so there's no need to ever call this on an unremapped result.
showMessage ( ) | verify.t[500] |