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

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

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

import android.widget.FrameLayout;

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

* This class is final. To extend use {@link AbstractFrameLayoutAssert}. */ public class FrameLayoutAssert extends AbstractFrameLayoutAssert { public FrameLayoutAssert(FrameLayout actual) { super(actual, FrameLayoutAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy