| 62 | } |
| 63 | |
| 64 | Ref<ViewNode> ViewNodeTestsDependencies::createLayout() { |
| 65 | return createNode("Layout"); |
| 66 | } |
| 67 | |
| 68 | Ref<ViewNode> ViewNodeTestsDependencies::createScroll() { |
| 69 | // Let the scroll view attributes be registered |
no outgoing calls
no test coverage detected