scenarios.forEach(x => {
            policies.forEach(y => {
                it(`handles ${x.type} binding expression(s) with ${y.name} policy`, () => {
                    const { fragment, factories } = compile(x.html, x.directives(), y.provided);