Lines Matching defs:robolectricTest
68 type robolectricTest struct { struct
69 Library
71 robolectricProperties robolectricProperties
72 testProperties testProperties
74 libs []string
75 tests []string
77 manifest android.Path
78 resourceApk android.Path
80 combinedJar android.WritablePath
82 roboSrcJar android.Path
84 testConfig android.Path
85 data android.Paths
88 func (r *robolectricTest) TestSuites() []string {
94 func (r *robolectricTest) DepsMutator(ctx android.BottomUpMutatorContext) {
117 func (r *robolectricTest) GenerateAndroidBuildActions(ctx android.ModuleContext) {
253 …(r *robolectricTest) generateRoboSrcJar(ctx android.ModuleContext, outputFile android.WritablePath,
270 func (r *robolectricTest) AndroidMkEntries() []android.AndroidMkEntries {
301 func (r *robolectricTest) writeTestRunner(w io.Writer, module, name string, tests []string) {
345 func (r *robolectricTest) InstallBypassMake() bool { return true }
346 func (r *robolectricTest) InstallInTestcases() bool { return true }
347 func (r *robolectricTest) InstallForceOS() (*android.OsType, *android.ArchType) {