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

org.fest.assertions.api.android.view.ViewAssert Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package org.fest.assertions.api.android.view;

import android.view.View;

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

* This class is final. To extend use {@link AbstractViewAssert}. */ public final class ViewAssert extends AbstractViewAssert { public ViewAssert(View actual) { super(actual, ViewAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy