Class RobolectricModel.Builder
java.lang.Object
org.robolectric.annotation.processing.RobolectricModel.Builder
- Enclosing class:
- RobolectricModel
public static class RobolectricModel.Builder extends Object
- 
Method SummaryModifier and Type Method Description voidaddExtraShadow(String sdkClassName, String shadowClassName)voidaddResetter(TypeElement shadowTypeElement, ExecutableElement elem)voidaddShadowType(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType)voiddocumentMethod(TypeElement shadowClass, DocumentedMethod documentedMethod)voiddocumentPackage(String name, String documentation)voiddocumentType(TypeElement type, String documentation, List<String> imports)
- 
Method Details- 
addShadowTypepublic void addShadowType(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType)
- 
addExtraShadow
- 
addResetter
- 
documentPackage
- 
documentType
- 
documentMethod
 
-