<?xml version="1.0" encoding="utf-8"?>
<mx:HBox xmlns:fx="http://ns.adobe.com/mxml/2009" 
         xmlns:s="library://ns.adobe.com/flex/spark" 
         xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%" xmlns:nestedtreedatagrid="com.flexicious.nestedtreedatagrid.*" xmlns:automatedtests="com.flexicious.example.view.tests.*">
    <mx:TabNavigator width="100%" height="100%">
        <automatedtests:MemoryProfile width="100%" height="100%" label="Memory Profiler"/>
        <automatedtests:ResizeTest width="100%" height="100%" label="Resize Test"/>
        <automatedtests:SelectionTest width="100%" height="100%" label="Selection Test"/>
    </mx:TabNavigator>
</mx:HBox>