/ide/test/org/voisen/crayon/CrayonSuite.as
https://github.com/GunioRobot/crayon · ActionScript · 26 lines · 12 code · 4 blank · 10 comment · 0 complexity · 50d6e7de724e8de5fbf65a0b424b2ded MD5 · raw file
- package org.voisen.crayon
- {
- import org.voisen.crayon.command.startup.CreateWindowsCommandTest;
- import org.voisen.crayon.view.editor.EditorWindowTest;
-
- [Suite]
- [RunWith("org.flexunit.runners.Suite")]
- public class CrayonSuite
- {
- //--------------------------------------------------------------------------
- //
- // Commands
- //
- //--------------------------------------------------------------------------
-
- public var createWindowsCommandTest:CreateWindowsCommandTest;
-
- //--------------------------------------------------------------------------
- //
- // Views
- //
- //--------------------------------------------------------------------------
-
- public var editorWindowTest:EditorWindowTest;
- }
- }