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

org.assertj.android.api.widget.RelativeLayoutAssert Maven / Gradle / Ivy

The newest version!
package org.assertj.android.api.widget;

import android.widget.RelativeLayout;

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

* This class is final. To extend use {@link AbstractRelativeLayoutAssert}. */ public final class RelativeLayoutAssert extends AbstractRelativeLayoutAssert { public RelativeLayoutAssert(RelativeLayout actual) { super(actual, RelativeLayoutAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy