/***************************************************** * * Copyright 2009 Akamai Technologies, Inc. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the * License for the specific language governing rights and limitations * under the License. * * * The Initial Developer of the Original Code is Akamai Technologies, Inc. * Portions created by Akamai Technologies, Inc. are Copyright (C) 2009 Akamai * Technologies, Inc. All Rights Reserved. * *****************************************************/ package org.osmf.test.mast { /** * Centralized test class for MAST constants, such as URLs to MAST documents. **/ public class MASTTestConstants { public static const MISSING_MAST_DOCUMENT_URL:String = "http://bad.url.com//missing_mast.xml"; public static const INVALID_XML_MAST_DOCUMENT_URL:String = "http://bad.url.com/mast/invalid_xml_mast_response.xml"; public static const INVALID_XML_MAST_DOCUMENT_CONTENTS:String = ""; public static const INVALID_MAST_DOCUMENT_URL:String = "http://bad.url.com/mast/invalid_mast_inline_ad_response.xml"; public static const INVALID_MAST_DOCUMENT_CONTENTS:String = ""; public static const MAST_DOCUMENT_URL:String = "http://mediapm.edgesuite.net/osmf/content/mast/mast_sample_onitemstart.xml"; public static const MAST_DOCUMENT_CONTENTS:XML = public static const MAST_DOCUMENT_TEST_PARSER:XML = public static const MAST_DOCUMENT_TEST_PARSER_BAD_DATA:XML = } }