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 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.
-
-
-
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.
-
-