<component name='RooibosScene' extends='Scene'>
    <interface>
        <function name='Rooibos_CreateTestNode' />
    </interface>

    <script type='text/brighterscript' uri='pkg:/source/rooibos/TestRunner.bs' />


    <children>
        <LayoutGroup>
            <Label text='Rooibos tests are running' />
        </LayoutGroup>
    </children>
</component>
