Return the list of expected violations in the verify test
(self)
| 4250 | |
| 4251 | |
| 4252 | def get_verify_expected(self): |
| 4253 | """Return the list of expected violations in the verify test""" |
| 4254 | return self.verify_expected |
| 4255 | |
| 4256 | def get_verify_actual(self): |
| 4257 | """Return the list of actual violations in for the verify test""" |