All Versions
12
Latest Version
Avg Release Cycle
219 days
Latest Release
2427 days ago

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 for elevation, z, and translationZ.
    • New: TimePickerAssert gains assertions for hour and minute.
    • New: IntentAssert gains assertions for pacakge.
    • 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 and canNotResolveTextAlignment 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 and hasMinimumHeight 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. Use hasOnlyFlags to check for an exact match.
    • Fix: TabLayoutAssert.hasTabMode now correctly compares against the tab mode instead of count.
  • v1.1.0 Changes

    August 15, 2015
    • New: Design library add-on module! Includes assertions for NavigationView, Snackbar, TabLayout, and TabLayout.Tab.
    • Fix: Correct minSdkVersion declared in Card View, Palette, and Recycler View modules.
  • v1.0.8 Changes

    May 05, 2014
    • New assertions:
      • android.content.SharedPreferences
    • Added hasItem and doesNotHaveItem check to Adapter.
    • Added hasRequestedOrientation check to Activity.
    • Fix: TextView's endsWith now properly matches the end of text instead of start.
  • v1.0.7 Changes

    September 11, 2013
    • Added check for input method target for TextView.
    • Fix: TextView empty check uses empty String instead of empty CharSequence.
    • Fix: Correct missing format arguments on some error strings.
  • 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.
  • v1.0.5 Changes

    June 07, 2013
    • Added bitmap and paint check to BitmapDrawble.
    • Added map-liked assertions for ContentValues.
  • 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.
  • 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 to TextView.
    • Generation script now supports Python 3.