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

org.fest.assertions.api.android.widget.CursorAdapterAssert Maven / Gradle / Ivy

The newest version!
// Copyright 2013 Square, Inc.
package org.fest.assertions.api.android.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 - 2025 Weber Informatics LLC | Privacy Policy