Lines Matching full:group
318 * Assert the specified group's integrity. The children count should be >= 0 and each
321 * @param parent The group whose integrity to check
328 assertNotNull("group should not contain null children", parent.getChildAt(i));
334 * Assert that the specified group contains a specific child once and only once.
336 * @param parent The group
337 * @param child The child that should belong to group
354 assertTrue("group does not contain " + child, found);
358 * Assert that the specified group does not contain a specific child.
360 * @param parent The group
361 * @param child The child that should not belong to group