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

org.assertj.android.api.app.FragmentAssert Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package org.assertj.android.api.app;

import android.app.Fragment;

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

* This class is final. To extend use {@link AbstractFragmentAssert}. */ public final class FragmentAssert extends AbstractFragmentAssert { public FragmentAssert(Fragment actual) { super(actual, FragmentAssert.class); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy