Skip navigation links
A C F G L 

A

afterActivityLaunched() - Method in class com.android21buttons.fragmenttestrule.FragmentTestRule
 

C

com.android21buttons.fragmenttestrule - package com.android21buttons.fragmenttestrule
 
create(Class<F>) - Static method in class com.android21buttons.fragmenttestrule.FragmentTestRule
Creates an FragmentTestRule for the Fragment under test.
create(Class<F>, boolean) - Static method in class com.android21buttons.fragmenttestrule.FragmentTestRule
Creates an FragmentTestRule for the Fragment under test.
create(Class<F>, boolean, boolean) - Static method in class com.android21buttons.fragmenttestrule.FragmentTestRule
Creates an FragmentTestRule for the Fragment under test.
createFragment() - Method in class com.android21buttons.fragmenttestrule.FragmentTestRule
Override this method to set up the desired Fragment.

F

FragmentTestRule<A extends FragmentActivity,F extends Fragment> - Class in com.android21buttons.fragmenttestrule
This rule provides functional testing of a single fragment.
FragmentTestRule(Class<A>, Class<F>) - Constructor for class com.android21buttons.fragmenttestrule.FragmentTestRule
Similar to FragmentTestRule(Class, Class, boolean) but with "touch mode" disabled.
FragmentTestRule(Class<A>, Class<F>, boolean) - Constructor for class com.android21buttons.fragmenttestrule.FragmentTestRule
Similar to FragmentTestRule(Class, Class, boolean, boolean) but defaults to launch the activity under test once per Test method.
FragmentTestRule(Class<A>, Class<F>, boolean, boolean) - Constructor for class com.android21buttons.fragmenttestrule.FragmentTestRule
Similar to FragmentTestRule(Class, Class, boolean, boolean, boolean) but defaults to launch the fragment under test once per Test method.
FragmentTestRule(Class<A>, Class<F>, boolean, boolean, boolean) - Constructor for class com.android21buttons.fragmenttestrule.FragmentTestRule
Creates an FragmentTestRule for the Fragment under test.

G

getFragment() - Method in class com.android21buttons.fragmenttestrule.FragmentTestRule
 

L

launchFragment(F) - Method in class com.android21buttons.fragmenttestrule.FragmentTestRule
Launches the Fragment under test.
A C F G L 
Skip navigation links