ViewAsserts
ViewAsserts(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
AssertBaselineAligned(View, View)
AssertBottomAligned(View, View)
AssertBottomAligned(View, View, Int32)
AssertGroupContains(ViewGroup, View)
AssertGroupIntegrity(ViewGroup)
AssertGroupNotContains(ViewGroup, View)
AssertHasScreenCoordinates(View, View, Int32, Int32)
AssertHorizontalCenterAligned(View, View)
AssertLeftAligned(View, View)
AssertLeftAligned(View, View, Int32)
AssertOffScreenAbove(View, View)
AssertOffScreenBelow(View, View)
AssertOnScreen(View, View)
AssertRightAligned(View, View)
AssertRightAligned(View, View, Int32)
AssertTopAligned(View, View)
AssertTopAligned(View, View, Int32)
AssertVerticalCenterAligned(View, View)
monoandroid
namespace Android.Test
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/test/ViewAsserts", DoNotGenerateAcw = true)]
public class ViewAsserts : Object
{
[Register("assertHasScreenCoordinates", "(Landroid/view/View;Landroid/view/View;II)V", "")]
public static void AssertHasScreenCoordinates(View? origin, View? view, int x, int y);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API