package { import org.osmf.youtube.*; import org.osmf.youtube.media.*; import org.osmf.youtube.net.*; import org.osmf.youtube.traits.*; [Suite] [RunWith("org.flexunit.runners.Suite")] public class YoutubePluginTests { public var testYoutubeTimeTrait:TestYoutubeTimeTrait; public var testYoutubeSeekTrait:TestYoutubeSeekTrait; public var testYoutubeAudioTrait:TestYoutubeAudioTrait; public var testYoutubePlayTrait:TestYoutubePlayTrait; public var testYoutubeDynamicStreamTrait:TestYoutubeDynamicStreamTrait; public var testYoutubePluginInfo:TestYoutubePluginInfo; public var testYoutubePlugin:TestYouTubePlugin; public var testYoutubeLoader:TestYoutubeLoader; public var testYoutubeElement:TestYoutubeElement; } }