////////////////////////////////////////////////////////////////////////////////
//
//  Licensed to the Apache Software Foundation (ASF) under one or more
//  contributor license agreements.  See the NOTICE file distributed with
//  this work for additional information regarding copyright ownership.
//  The ASF licenses this file to You under the Apache License, Version 2.0
//  (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.apache.org/licenses/LICENSE-2.0
//
//  Unless required by applicable law or agreed to in writing, software
//  distributed under the License is distributed on an "AS IS" BASIS,
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//  See the License for the specific language governing permissions and
//  limitations under the License.
//
////////////////////////////////////////////////////////////////////////////////
package
{
/**
 *  @private
 *  This class is used to link additional classes into the swc
 *  beyond those that are found by dependency analysis starting
 *  from the classes specified in manifest.xml.
 */
internal class RoyaleUnitClasses
{
	import org.apache.royale.test.Assert;Assert;
	import org.apache.royale.test.AssertionError;AssertionError;
	import org.apache.royale.test.RoyaleUnitCore;RoyaleUnitCore;
	import org.apache.royale.test.asserts.assertEquals;assertEquals;
	import org.apache.royale.test.asserts.assertFalse;assertFalse;
	import org.apache.royale.test.asserts.assertNotEquals;assertNotEquals;
	import org.apache.royale.test.asserts.assertNotNull;assertNotNull;
	import org.apache.royale.test.asserts.assertNotStrictlyEquals;assertNotStrictlyEquals;
	import org.apache.royale.test.asserts.assertNull;assertNull;
	import org.apache.royale.test.asserts.assertStrictlyEquals;assertStrictlyEquals;
	import org.apache.royale.test.asserts.assertTrue;assertTrue;
	import org.apache.royale.test.asserts.fail;fail;
	import org.apache.royale.test.async.Async;Async;
	import org.apache.royale.test.async.AsyncLocator;AsyncLocator;
	import org.apache.royale.test.async.IAsyncHandler;IAsyncHandler;
	import org.apache.royale.test.listeners.CIListener;CIListener;
	import org.apache.royale.test.listeners.FailureListener;FailureListener;
	import org.apache.royale.test.listeners.BrowserConsoleListener;BrowserConsoleListener;
	import org.apache.royale.test.listeners.TraceListener;TraceListener;
	import org.apache.royale.test.runners.ITestRunner;ITestRunner;
	import org.apache.royale.test.runners.MetadataRunner;MetadataRunner;
	import org.apache.royale.test.runners.ParentRunner;ParentRunner;
	import org.apache.royale.test.runners.SuiteRunner;SuiteRunner;
	import org.apache.royale.test.runners.notification.Failure;Failure;
	import org.apache.royale.test.runners.notification.IRunListener;IRunListener;
	import org.apache.royale.test.runners.notification.IRunNotifier;IRunNotifier;
	import org.apache.royale.test.runners.notification.Result;Result;
	import org.apache.royale.test.runners.notification.RunNotifier;RunNotifier;
	import org.apache.royale.test.Runtime;Runtime;
	import org.apache.royale.test.bdd.expect;expect;
}
}
