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

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

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

import android.widget.AbsoluteLayout;

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

* This class is final. To extend use {@link AbstractAbsoluteLayoutAssert}. */ public final class AbsoluteLayoutAssert extends AbstractAbsoluteLayoutAssert { public AbsoluteLayoutAssert(AbsoluteLayout actual) { super(actual, AbsoluteLayoutAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy