ViewAsserts.AssertGroupIntegrity(ViewGroup) Method

Definition

Assert the specified group's integrity.

[Android.Runtime.Register("assertGroupIntegrity", "(Landroid/view/ViewGroup;)V", "")]
public static void AssertGroupIntegrity (Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("assertGroupIntegrity", "(Landroid/view/ViewGroup;)V", "")>]
static member AssertGroupIntegrity : Android.Views.ViewGroup -> unit

Parameters

parent
ViewGroup

The group whose integrity to check

Attributes

Remarks

Assert the specified group's integrity. The children count should be >= 0 and each child should be non-null.

Java documentation for android.test.ViewAsserts.assertGroupIntegrity(android.view.ViewGroup).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to