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