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

org.assertj.android.api.view.ViewAssert Maven / Gradle / Ivy

The newest version!
package org.assertj.android.api.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