All Versions
12
Latest Version
Avg Release Cycle
219 days
Latest Release
2043 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.0 Changes
August 26, 2017- Support libraries updated to 26.
- New assertions!
android.support.design.widget.TextInputLayout
android.support.v4.media.MediaMetadataCompat
- New:
ViewAssert
gains assertions forelevation
,z
, andtranslationZ
. - New:
TimePickerAssert
gains assertions forhour
andminute
. - New:
IntentAssert
gains assertions forpacakge
. - Fix:
ViewAssert.hasTag
now checks based on equality, not identity. - Fix:
BluetoothClassAssert.doesNotHave
to correctly assert negatively. - Fix:
BluetoothGattCharacteristicAssert.hasUuid
to assert against actual value. - Fix:
BluetoothGattDescriptorAssert.hasUuid
to assert against actual value. - Fix:
BluetoothGattServiceAssert.hasUuid
to assert against actual value. - Fix:
ViewAssert.canResolveTextAlignment
andcanNotResolveTextAlignment
to check the correct property. - Fix:
DisplayAssert.hasDisplayId
to assert against actual value. - Fix:
ToastAssert.hasGravity
to assert against actual value. - Fix:
AnimationAssert.hasStartTime
to assert against actual value. - Fix:
RecyclerViewLayoutManagerAssert.hasMinimumWidth
andhasMinimumHeight
to assert against actual value. - Fix:
MediaRouteDiscoveryRequestAssert
now assert against actual values.
-
v1.1.1 Changes
October 17, 2015- 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. UsehasOnlyFlags
to check for an exact match. - Fix:
TabLayoutAssert.hasTabMode
now correctly compares against the tab mode instead of count.
- Add assertion for
-
v1.1.0 Changes
August 15, 2015- New: Design library add-on module! Includes assertions for
NavigationView
,Snackbar
,TabLayout
, andTabLayout.Tab
. - Fix: Correct
minSdkVersion
declared in Card View, Palette, and Recycler View modules.
- New: Design library add-on module! Includes assertions for
-
v1.0.8 Changes
May 05, 2014- New assertions:
android.content.SharedPreferences
- Added
hasItem
anddoesNotHaveItem
check toAdapter
. - Added
hasRequestedOrientation
check toActivity
. - Fix:
TextView
'sendsWith
now properly matches the end of text instead of start.
- New assertions:
-
v1.0.7 Changes
September 11, 2013- Added check for input method target for
TextView
. - Fix:
TextView
empty check uses emptyString
instead of emptyCharSequence
. - Fix: Correct missing format arguments on some error strings.
- Added check for input method target for
-
v1.0.6 Changes
August 17, 2013- Added checks for the absence of fragments by ID or tag on
FragmentManager
. - Added component name and data check for
Intent
. - Fix: Correct missing format arguments on some error strings.
- Added checks for the absence of fragments by ID or tag on
-
v1.0.5 Changes
June 07, 2013- Added bitmap and paint check to
BitmapDrawble
. - Added map-liked assertions for
ContentValues
.
- Added bitmap and paint check to
-
v1.0.4 Changes
April 05, 2013- Added custom view check for
ActionBar
. - Added flag assert for
Intent
. - Added regex 'matches' and 'does not match' for
TextView
.
- Added custom view check for
-
v1.0.3 Changes
February 27, 2013- Update to FEST 2.0M10 which resolves a potential Android incompatibility.
-
v1.0.2 Changes
February 26, 2013- New assertions:
android.content.ContentValues
- Added negative assertions to
CursorLoader
. - Added
String
text assertion toTextView
. - Generation script now supports Python 3.
- New assertions: