All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.assertj.android.api.widget.CursorAdapterAssert Maven / Gradle / Ivy

The newest version!
// Copyright 2013 Square, Inc.
package org.assertj.android.api.widget;

import android.widget.CursorAdapter;

/**
 * Assertions for {@link CursorAdapter} instances.
 * 

* This class is final. To extend use {@link AbstractCursorAdapterAssert}. */ public final class CursorAdapterAssert extends AbstractCursorAdapterAssert { public CursorAdapterAssert(CursorAdapter actual) { super(actual, CursorAdapterAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy