public static class RobolectricModel.Builder extends Object
Modifier and Type | Method and Description |
---|---|
void |
addExtraShadow(String sdkClassName,
String shadowClassName) |
void |
addResetter(TypeElement shadowTypeElement,
ExecutableElement elem) |
void |
addShadowType(TypeElement shadowType,
TypeElement actualType,
TypeElement shadowPickerType) |
void |
documentMethod(TypeElement shadowClass,
DocumentedMethod documentedMethod) |
void |
documentPackage(String name,
String documentation) |
void |
documentType(TypeElement type,
String documentation,
List<String> imports) |
public void addShadowType(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType)
public void addResetter(TypeElement shadowTypeElement, ExecutableElement elem)
public void documentType(TypeElement type, String documentation, List<String> imports)
public void documentMethod(TypeElement shadowClass, DocumentedMethod documentedMethod)