Package org.robolectric.util
Class FragmentTestUtil
java.lang.Object
org.robolectric.util.FragmentTestUtil
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Robolectric.buildFragment(Class)
instead. This will be removed in a forthcoming release,