(self)
| 2229 | self.testDisposition(type=Disposition.REJECTED, value=RejectValue(Condition(symbol("foo")))) |
| 2230 | |
| 2231 | def testReleased(self): |
| 2232 | self.testDisposition(type=Disposition.RELEASED) |
| 2233 | |
| 2234 | def testModified(self): |
| 2235 | self.testDisposition(type=Disposition.MODIFIED, |
nothing calls this directly
no test coverage detected