Robolectric#buildAttributeSet()@Deprecated
public class RoboAttributeSet
extends java.lang.Object
| Constructor and Description |
|---|
RoboAttributeSet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static android.util.AttributeSet |
create(android.content.Context context,
org.robolectric.res.Attribute... attrs)
Deprecated.
Use
Robolectric#buildAttributeSet() |
static android.util.AttributeSet |
create(android.content.Context context,
java.util.List<org.robolectric.res.Attribute> attributesList)
Deprecated.
Use
Robolectric#buildAttributeSet() |
static android.util.AttributeSet |
create(android.content.Context context,
java.util.List<org.robolectric.res.Attribute> attributesList,
org.robolectric.res.ResourceLoader resourceLoader)
Deprecated.
Use
Robolectric#buildAttributeSet() |
@Deprecated
public static android.util.AttributeSet create(android.content.Context context,
org.robolectric.res.Attribute... attrs)
Robolectric#buildAttributeSet()AttributeSet.@Deprecated
public static android.util.AttributeSet create(android.content.Context context,
java.util.List<org.robolectric.res.Attribute> attributesList)
Robolectric#buildAttributeSet()AttributeSet.@Deprecated
public static android.util.AttributeSet create(android.content.Context context,
java.util.List<org.robolectric.res.Attribute> attributesList,
org.robolectric.res.ResourceLoader resourceLoader)
Robolectric#buildAttributeSet()AttributeSet.