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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy