FileDocCategorySizeDatePackage
ViewAsserts.javaAPI DocAndroid 5.1 API2550Sat Mar 14 14:09:38 GMT 2015android.test

ViewAsserts

public class ViewAsserts extends Object

Fields Summary
Constructors Summary
ViewAsserts()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static voidassertBaselineAligned(android.view.View first, android.view.View second)

 throw new RuntimeException("Stub!"); 
public static voidassertBottomAligned(android.view.View first, android.view.View second)

 throw new RuntimeException("Stub!"); 
public static voidassertBottomAligned(android.view.View first, android.view.View second, int margin)

 throw new RuntimeException("Stub!"); 
public static voidassertGroupContains(android.view.ViewGroup parent, android.view.View child)

 throw new RuntimeException("Stub!"); 
public static voidassertGroupIntegrity(android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public static voidassertGroupNotContains(android.view.ViewGroup parent, android.view.View child)

 throw new RuntimeException("Stub!"); 
public static voidassertHasScreenCoordinates(android.view.View origin, android.view.View view, int x, int y)

 throw new RuntimeException("Stub!"); 
public static voidassertHorizontalCenterAligned(android.view.View reference, android.view.View test)

 throw new RuntimeException("Stub!"); 
public static voidassertLeftAligned(android.view.View first, android.view.View second, int margin)

 throw new RuntimeException("Stub!"); 
public static voidassertLeftAligned(android.view.View first, android.view.View second)

 throw new RuntimeException("Stub!"); 
public static voidassertOffScreenAbove(android.view.View origin, android.view.View view)

 throw new RuntimeException("Stub!"); 
public static voidassertOffScreenBelow(android.view.View origin, android.view.View view)

 throw new RuntimeException("Stub!"); 
public static voidassertOnScreen(android.view.View origin, android.view.View view)

 throw new RuntimeException("Stub!"); 
public static voidassertRightAligned(android.view.View first, android.view.View second)

 throw new RuntimeException("Stub!"); 
public static voidassertRightAligned(android.view.View first, android.view.View second, int margin)

 throw new RuntimeException("Stub!"); 
public static voidassertTopAligned(android.view.View first, android.view.View second)

 throw new RuntimeException("Stub!"); 
public static voidassertTopAligned(android.view.View first, android.view.View second, int margin)

 throw new RuntimeException("Stub!"); 
public static voidassertVerticalCenterAligned(android.view.View reference, android.view.View test)

 throw new RuntimeException("Stub!");