Releases: danielepantaleone/KTTestExpectation
Releases · danielepantaleone/KTTestExpectation
Release 1.2.1
- Minor improvements
Release 1.2.0
- Provide extra public interface to wait for expectations using vararg
- Fix predicate expectation not overriding toString()
Full Changelog: 1.1.0...1.2.0
Release 1.1.0
- Added support for predicate based expectations
Release 1.0.2
- Added missing support for assertForOverFulfill property
Release 1.0.1
- Allow to wait for already fulfilled expectations (same behaviour of Swift tests)
- Use a global shared mutex for synchronization to avoid accessing critical section from different threads
Full Changelog: 1.0.0...1.0.1
Release 1.0.0
Initial release