(self)
| 2383 | self._testDisposition(type=Disposition.REJECTED, value=RejectValue(Condition(symbol("foo")))) |
| 2384 | |
| 2385 | def testReleased(self): |
| 2386 | self._testDisposition(type=Disposition.RELEASED) |
| 2387 | |
| 2388 | def testModified(self): |
| 2389 | self._testDisposition(type=Disposition.MODIFIED, |
nothing calls this directly
no test coverage detected