Skip to content

Commit

Permalink
Added EventRule tests to ActionScript Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Labriola committed Feb 28, 2011
1 parent 7ea8ef2 commit 345cfb6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package compilationSuite.actionscript {
import compilationSuite.FlexUnit4ASSuite;

import org.flexunit.events.rule.EventRuleSuite;

import tests.flex.lang.reflect.ReflectionSuite;
import tests.org.flexunit.assert.AssertionAndAssumptionSuite;
import tests.org.flexunit.async.AsyncSuite;
import tests.org.flexunit.events.EventsSuite;
import tests.org.flexunit.runner.util.DescriptionUtilTest;
import tests.org.flexunit.token.TokenSuite;
import tests.org.flexunit.utils.UtilsSuite;
import tests.org.flexunit.utils.UtilsSuite;

[Suite]
[RunWith("org.flexunit.runners.Suite")]
Expand All @@ -18,6 +20,7 @@ package compilationSuite.actionscript {
public var utilsSuite:UtilsSuite;
public var tokenSuite:TokenSuite;
public var async:AsyncSuite;
public var eventRule:EventRuleSuite;

public var descriptionUtil:DescriptionUtilTest;
public var flexUnit4ASSuite:FlexUnit4ASSuite;
Expand Down

0 comments on commit 345cfb6

Please sign in to comment.