Menu

[r229]: / trunk / plugins / YouTubePluginTest / src / FlexUnitApplication.mxml  Maximize  Restore  History

Download this file

51 lines (44 with data), 2.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.