Android.Test.ViewAsserts.AssertGroupNotContains Method
Assert that the specified group does not contain a specific child.

Syntax

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

Parameters

parent
The group
child
The child that should not belong to group

Remarks

Assert that the specified group does not contain a specific child.

[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