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

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

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

import android.widget.ViewAnimator;

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

* This class is final. To extend use {@link AbstractViewAnimatorAssert}. */ public final class ViewAnimatorAssert extends AbstractViewAnimatorAssert { public ViewAnimatorAssert(ViewAnimator actual) { super(actual, ViewAnimatorAssert.class); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy