super("com.android.frameworks.coretests", FillInWrap.class);
super.setUp(); final Activity activity = getActivity(); mChild = activity.findViewById(R.id.data); mContainer = activity.findViewById(R.id.layout);
assertTrue("the child's height should be less than the parent's", mChild.getMeasuredHeight() < mContainer.getMeasuredHeight());
assertNotNull(mChild); assertNotNull(mContainer);