super("com.android.frameworktest", Weight.class);
super.setUp(); final Weight activity = getActivity(); mCell1 = activity.findViewById(R.id.cell1); mCell3 = activity.findViewById(R.id.cell2); mCell2 = activity.findViewById(R.id.cell3); mRow = activity.findViewById(R.id.row);
assertEquals(mCell1.getWidth() + mCell2.getWidth() + mCell3.getWidth(), mRow.getWidth());
assertNotNull(mCell1); assertNotNull(mCell2); assertNotNull(mCell3); assertNotNull(mRow);