Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/rxpresso

0.2.0

28 Aug 09:03
Compare
Choose a tag to compare

This changes the mock backend from RxMocks to Mockito.
The logic present in RxMocks to deal with event syncronisation has been ported to this repo under the class RxMocks.

This change allows us to mock non Interface repositories. It also allows us to use verify logic on the mocked repo to do some UI unit testing on cases where UI modifies data through the repository.

The usage hasn't changed much, mainly the mocks are now created using mockito and RxPresso is now created through an init method.

Min SDK lowered

23 Jun 09:58
Compare
Choose a tag to compare

This is a minor release allowing a minSDK of 8 (minSDK for Espresso) instead of 16.

0.1.4

14 May 21:39
Compare
Choose a tag to compare

Adds the ability to expect the matcher to match one or all of the events sent by the observable.

This allows for use with finite or infinite observable pipelines.

0.1.2

14 May 14:12
Compare
Choose a tag to compare

Initial public release of RxPresso