Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: migrated from sonatype wiki + update

Flexunit/Flexunit4

Dependency:

Code Block
xml
xml
<dependency>
  <groupId>com.adobe.flexunit</groupId>
  <artifactId>flexunit</artifactId>
  <version>0.85</version> <!-- or 0.90 to conventional Flexunit tests -->
  <!-- <version>4.x</version> like 4.0-beta-2 to enable Flexunit4 tests -->
  <type>swc</type>
  <scope>test</scope>
</dependency>

The dependency is the same for all Flexunit versions. But if the version is 4.* Flexmojos will enable Flexunit 4 support.

Sample here and here (Flexunit 4).