(self, oomChild_is_present)
| 202 | # fixture components --------------------------------------------- |
| 203 | |
| 204 | def parent_bldr(self, oomChild_is_present): |
| 205 | parent_bldr = a_parent().with_nsdecls() |
| 206 | if oomChild_is_present: |
| 207 | parent_bldr.with_child(an_oomChild()) |
| 208 | return parent_bldr |
| 209 | |
| 210 | |
| 211 | class DescribeOptionalAttribute(object): |
no test coverage detected