<?xml version="1.0" encoding="utf-8"?>
<!-- This is an auto generated file and is not intended for modification. -->
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:flexui="flexunit.flexui.*" creationComplete="onCreationComplete()">
<fx:Script>
<![CDATA[
import org.osmf.youtube.net.TestYoutubeLoader;
import org.osmf.youtube.TestYoutubePluginInfo;
import flexunit.framework.EventfulTestCase;
import org.osmf.youtube.traits.TestYoutubePlayTrait;
import org.osmf.youtube.traits.TestYoutubeTimeTrait;
import org.osmf.youtube.traits.TestYoutubeSeekTrait;
import org.osmf.youtube.media.TestYoutubeElement;
import org.osmf.youtube.traits.TestYoutubeAudioTrait;
import org.osmf.youtube.traits.TestYoutubeDynamicStreamTrait;
public function currentRunTestSuite():Array
{
var testsToRun:Array = new Array();
testsToRun.push(YoutubePluginTests);
testsToRun.push(TestYouTubePlugin);
testsToRun.push(org.osmf.youtube.traits.TestYoutubeDynamicStreamTrait);
testsToRun.push(org.osmf.youtube.traits.TestYoutubeAudioTrait);
testsToRun.push(org.osmf.youtube.media.TestYoutubeElement);
testsToRun.push(org.osmf.youtube.traits.TestYoutubeSeekTrait);
testsToRun.push(org.osmf.youtube.traits.TestYoutubeTimeTrait);
testsToRun.push(org.osmf.youtube.traits.TestYoutubePlayTrait);
testsToRun.push(flexunit.framework.EventfulTestCase);
testsToRun.push(org.osmf.youtube.TestYoutubePluginInfo);
testsToRun.push(org.osmf.youtube.net.TestYoutubeLoader);
return testsToRun;
}
private function onCreationComplete():void
{
testRunner.runWithFlexUnit4Runner(currentRunTestSuite(), "YouTubePluginTest");
}
]]>
</fx:Script>
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<flexui:FlexUnitTestRunnerUI id="testRunner">
</flexui:FlexUnitTestRunnerUI>
</s:WindowedApplication>