Skip to content

Releases: google/acai

Acai 1.1

23 Feb 16:43
Compare
Choose a tag to compare

Maven

<dependency>
  <groupId>com.google.acai</groupId>
  <artifactId>acai</artifactId>
  <version>1.1</version>
  <scope>test</scope>
</dependency>

Changes

API changes in this release:

  • Limited GuiceBerry compatibility to support reuse of existing GuiceBerry modules and easier migration. Allows use of modules which use GuiceBerry's @TestScoped annotation, TestScopeListener, TestWrapper and GuiceBerryEnvMain. Internally Acai overrides bindings made by GuiceBerryModule so modules which install that should also be reusable.
  • Acai now provides a binding for TearDownAccepter from com.google.common.testing. Tear downs added to this instance will be run after each test.
  • Convenience factory methods have been added to TestingServiceModule.
  • It is now an error to have two Acai rules on the same test class (this was never supported but previously no exception would be thrown).

For more details view the full changelog.

Acai 1.0

23 Feb 09:03
Compare
Choose a tag to compare

Maven

<dependency>
  <groupId>com.google.acai</groupId>
  <artifactId>acai</artifactId>
  <version>1.0</version>
  <scope>test</scope>
</dependency>

Changes

No major API changes since the initial 0.1 release, view the full changelog for details.

Acai 0.1

23 Feb 09:15
Compare
Choose a tag to compare
Acai 0.1 Pre-release
Pre-release

Maven

<dependency>
  <groupId>com.google.acai</groupId>
  <artifactId>acai</artifactId>
  <version>0.1</version>
  <scope>test</scope>
</dependency>

Changes

This is the first release of Acai.