use of android.view.Merge in project android_frameworks_base by ResurrectionRemix.
the class MergeTest method testMerged.
@MediumTest
public void testMerged() throws Exception {
final Merge activity = getActivity();
final ViewGroup layout = activity.getLayout();
assertEquals("The layout wasn't merged", 7, layout.getChildCount());
}
Aggregations