assertj-android v1.1.1 Release Notes

Release Date: 2015-10-17 // over 8 years ago
    • Add assertion for Uri.
    • New: Overload for IntentAssert.hasExtra which takes a value to compare.
    • Fix: NotificationAssert.hasFlags now checks to see if the specified flags are set while allowing unspecified flags to also be set. Use hasOnlyFlags to check for an exact match.
    • Fix: TabLayoutAssert.hasTabMode now correctly compares against the tab mode instead of count.