Package org.robolectric.util
Class FragmentTestUtil
java.lang.Object
org.robolectric.util.FragmentTestUtil
@Deprecated public final class FragmentTestUtil extends Object
Deprecated.
Please use
Robolectric.buildFragment(Class)
instead. This will be
removed in a forthcoming release,-
Constructor Summary
Constructors Constructor Description FragmentTestUtil()
Deprecated. -
Method Summary
Modifier and Type Method Description static void
startFragment(Fragment fragment)
Deprecated.static void
startFragment(Fragment fragment, Class<? extends Activity> activityClass)
Deprecated.static void
startVisibleFragment(Fragment fragment)
Deprecated.static void
startVisibleFragment(Fragment fragment, Class<? extends Activity> activityClass, int containerViewId)
Deprecated.
-
Constructor Details
-
FragmentTestUtil
public FragmentTestUtil()Deprecated.
-
-
Method Details
-
startFragment
Deprecated. -
startFragment
Deprecated. -
startVisibleFragment
Deprecated. -
startVisibleFragment
public static void startVisibleFragment(Fragment fragment, Class<? extends Activity> activityClass, int containerViewId)Deprecated.
-