Android.Test.ViewAsserts.AssertGroupIntegrity Method
Assert the specified group's integrity.

Syntax

[Android.Runtime.Register("assertGroupIntegrity", "(Landroid/view/ViewGroup;)V", "")]
public static void AssertGroupIntegrity (Android.Views.ViewGroup parent)

Parameters

parent
The group whose integrity to check

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Test
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1