Skip to content

Releases: google/acai

Acai 1.2

Choose a tag to compare

@nlativy nlativy released this 26 Apr 21:26

Maven

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

Changes

  • Allow injecting TestScoped values in child threads
  • TestingServiceModule.forServices accepts instances
  • Add AcaiBoundFieldModule
  • Update dependencies

Full Changelog: acai-1.1...acai-1.2

Acai 1.1

Choose a tag to compare

@nlativy nlativy released this 23 Feb 16:43

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

Choose a tag to compare

@nlativy nlativy released this 23 Feb 09:03

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

Acai 0.1 Pre-release
Pre-release

Choose a tag to compare

@nlativy nlativy released this 23 Feb 09:15

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.