Android.Test.ViewAsserts.AssertGroupContains Method
Assert that the specified group contains a specific child once and only once.

Syntax

[Android.Runtime.Register("assertGroupContains", "(Landroid/view/ViewGroup;Landroid/view/View;)V", "")]
public static void AssertGroupContains (Android.Views.ViewGroup parent, Android.Views.View child)

Parameters

parent
The group
child
The child that should belong to group

Remarks

Assert that the specified group contains a specific child once and only once.

[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