Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Flexunit/Flexunit4

Dependency:

<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).

  • No labels