(self, oomChild_is_present)
| 411 | # fixture components --------------------------------------------- |
| 412 | |
| 413 | def parent_bldr(self, oomChild_is_present): |
| 414 | parent_bldr = a_parent().with_nsdecls() |
| 415 | if oomChild_is_present: |
| 416 | parent_bldr.with_child(an_oomChild()) |
| 417 | return parent_bldr |
| 418 | |
| 419 | |
| 420 | class DescribeOptionalAttribute: |
no test coverage detected