public class IdeTestOptions extends IdeModel implements com.android.builder.model.TestOptions
TestOptions.| Constructor and Description |
|---|
IdeTestOptions(com.android.builder.model.TestOptions testOptions,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
getAnimationsDisabled() |
com.android.builder.model.TestOptions.Execution |
getExecution() |
int |
hashCode() |
java.lang.String |
toString() |
copy, copy, copy, copyNewProperty, copyNewPropertypublic IdeTestOptions(@NonNull
com.android.builder.model.TestOptions testOptions,
@NonNull
ModelCache modelCache)
public boolean getAnimationsDisabled()
getAnimationsDisabled in interface com.android.builder.model.TestOptions@Nullable public com.android.builder.model.TestOptions.Execution getExecution()
getExecution in interface com.android.builder.model.TestOptionspublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object