Menu

[r2157]: / osmf / trunk / framework / OSMFIntegrationTestNew / src / FlexUnitApplication.mxml  Maximize  Restore  History

Download this file

45 lines (38 with data), 2.0 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
<?xml version="1.0" encoding="utf-8"?>
<!-- This is an auto generated file and is not intended for modification. -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:flexui="flexunit.flexui.*" creationComplete="onCreationComplete()">
<fx:Script>
<![CDATA[
import org.osmf.media.TestMediaPlayerWithLegacy_HDS_SBR;
import org.osmf.media.TestMediaPlayerWithLegacy_HDS_MBR;
import org.osmf.media.TestMediaPlayerWithAlternateAudio_HDS_SBR_Operations;
import org.osmf.media.TestMediaPlayerWithAlternateAudio_HDS_SBR_MultipleSwitches;
import org.osmf.media.TestMediaPlayerWithAlternateAudio_HDS_SBR;
import org.osmf.elements.f4mClasses.TestMultiLevelManifestParser;
import org.osmf.elements.f4mClasses.TestManifestParser;
public function currentRunTestSuite():Array
{
var testsToRun:Array = new Array();
testsToRun.push(org.osmf.elements.f4mClasses.TestManifestParser);
testsToRun.push(org.osmf.elements.f4mClasses.TestMultiLevelManifestParser);
testsToRun.push(org.osmf.media.TestMediaPlayerWithAlternateAudio_HDS_SBR);
testsToRun.push(org.osmf.media.TestMediaPlayerWithAlternateAudio_HDS_SBR_MultipleSwitches);
testsToRun.push(org.osmf.media.TestMediaPlayerWithAlternateAudio_HDS_SBR_Operations);
testsToRun.push(org.osmf.media.TestMediaPlayerWithLegacy_HDS_MBR);
testsToRun.push(org.osmf.media.TestMediaPlayerWithLegacy_HDS_SBR);
return testsToRun;
}
private function onCreationComplete():void
{
testRunner.runWithFlexUnit4Runner(currentRunTestSuite(), "OSMFIntegrationTestNew");
}
]]>
</fx:Script>
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<flexui:FlexUnitTestRunnerUI id="testRunner">
</flexui:FlexUnitTestRunnerUI>
</s:Application>
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.