Menu

[r44]: / trunk / player / StrobeMediaPlaybackTest / src / FlexUnitApplication.mxml  Maximize  Restore  History

Download this file

95 lines (88 with data), 5.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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.player.chrome.widgets.TestAuthenticationDialog;
import org.osmf.player.media.TestStrobeMediaFactory;
import org.osmf.player.chrome.widgets.TestFullScreenEnterButton;
import org.osmf.player.utils.TestVideoRenderingUtils;
import org.osmf.player.chrome.widgets.TestTimeViewWidget;
import org.osmf.player.chrome.widgets.TestPlayButton;
import org.osmf.player.configuration.TestConfigurationLoader;
import org.osmf.player.chrome.widgets.TestMuteButton;
import org.osmf.player.chrome.widgets.TestBufferingOverlay;
import org.osmf.player.chrome.widgets.TestPlayButtonOverlay;
import org.osmf.player.media.TestStrobeMediaPlayer;
import org.osmf.player.elements.TestAuthenticationDialogElement;
import org.osmf.player.elements.TestControlBarElement;
import org.osmf.player.chrome.widgets.TestVolumeWidget;
import org.osmf.player.chrome.widgets.TestTimeHintWidget;
import org.osmf.player.chrome.hint.TestWidgetHint;
import org.osmf.player.elements.TestAlertDialogElement;
import org.osmf.net.TestPlaybackOptimizationManager;
import org.osmf.player.configuration.TestConfigurationXMLDeserializer;
import org.osmf.player.configuration.TestPlayerConfiguration;
import org.osmf.player.plugins.TestPluginLoader;
import org.osmf.player.chrome.widgets.TestAutoHideWidget;
import org.osmf.net.TestPlaybackOptimizationMetrics;
import org.osmf.player.chrome.widgets.TestAlertDialog;
import org.osmf.player.chrome.widgets.TestScrubBar;
import org.osmf.player.errors.TestErrorTranslator;
import org.osmf.player.chrome.utils.TestFormatUtils;
import org.osmf.player.elements.TestPlaylistElement;
import org.osmf.player.configuration.TestPluginConfiguration;
import org.osmf.player.configuration.TestSkinParser;
import org.osmf.player.chrome.widgets.TestPauseButton;
public function currentRunTestSuite():Array
{
var testsToRun:Array = new Array();
testsToRun.push(StrobeMediaPlaybackTests);
testsToRun.push(org.osmf.player.chrome.widgets.TestPauseButton);
testsToRun.push(org.osmf.player.configuration.TestSkinParser);
testsToRun.push(org.osmf.player.configuration.TestPluginConfiguration);
testsToRun.push(org.osmf.player.elements.TestPlaylistElement);
testsToRun.push(org.osmf.player.chrome.utils.TestFormatUtils);
testsToRun.push(TestStrobeMediaPlayback);
testsToRun.push(org.osmf.player.errors.TestErrorTranslator);
testsToRun.push(org.osmf.player.chrome.widgets.TestScrubBar);
testsToRun.push(org.osmf.player.chrome.widgets.TestAlertDialog);
testsToRun.push(org.osmf.net.TestPlaybackOptimizationMetrics);
testsToRun.push(org.osmf.player.chrome.widgets.TestAutoHideWidget);
testsToRun.push(org.osmf.player.plugins.TestPluginLoader);
testsToRun.push(org.osmf.player.configuration.TestPlayerConfiguration);
testsToRun.push(org.osmf.player.configuration.TestConfigurationXMLDeserializer);
testsToRun.push(org.osmf.net.TestPlaybackOptimizationManager);
testsToRun.push(org.osmf.player.elements.TestAlertDialogElement);
testsToRun.push(org.osmf.player.chrome.hint.TestWidgetHint);
testsToRun.push(org.osmf.player.chrome.widgets.TestTimeHintWidget);
testsToRun.push(org.osmf.player.chrome.widgets.TestVolumeWidget);
testsToRun.push(org.osmf.player.elements.TestControlBarElement);
testsToRun.push(org.osmf.player.elements.TestAuthenticationDialogElement);
testsToRun.push(org.osmf.player.media.TestStrobeMediaPlayer);
testsToRun.push(org.osmf.player.chrome.widgets.TestPlayButtonOverlay);
testsToRun.push(org.osmf.player.chrome.widgets.TestBufferingOverlay);
testsToRun.push(org.osmf.player.chrome.widgets.TestMuteButton);
testsToRun.push(org.osmf.player.configuration.TestConfigurationLoader);
testsToRun.push(org.osmf.player.chrome.widgets.TestPlayButton);
testsToRun.push(org.osmf.player.chrome.widgets.TestTimeViewWidget);
testsToRun.push(org.osmf.player.utils.TestVideoRenderingUtils);
testsToRun.push(org.osmf.player.chrome.widgets.TestFullScreenEnterButton);
testsToRun.push(org.osmf.player.media.TestStrobeMediaFactory);
testsToRun.push(org.osmf.player.chrome.widgets.TestAuthenticationDialog);
return testsToRun;
}
private function onCreationComplete():void
{
testRunner.runWithFlexUnit4Runner(currentRunTestSuite(), "StrobeMediaPlaybackTest");
}
]]>
</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.