source: trunk/fl5/test/tests/UtilsSuite.as @ 296

Revision 296, 169 bytes checked in by pablo, 4 years ago (diff)

Added AssetLoader Util class

Line 
1package tests {
2        import tests.utils.AssetLoaderTest;
3
4        [Suite]
5        [RunWith("org.flexunit.runners.Suite")]
6        public class UtilsSuite {
7                public var t1:AssetLoaderTest;
8        }
9}
Note: See TracBrowser for help on using the repository browser.