Home
last modified time | relevance | path

Searched refs:robolectricTest (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Drobolectric.go63 type robolectricTest struct { struct
83 func (r *robolectricTest) TestSuites() []string { argument
87 var _ android.TestSuiteModule = (*robolectricTest)(nil)
89 func (r *robolectricTest) DepsMutator(ctx android.BottomUpMutatorContext) { argument
105 func (r *robolectricTest) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
241 func (r *robolectricTest) generateRoboSrcJar(ctx android.ModuleContext, outputFile android.Writable… argument
258 func (r *robolectricTest) AndroidMkEntries() []android.AndroidMkEntries { argument
289 func (r *robolectricTest) writeTestRunner(w io.Writer, module, name string, tests []string) { argument
312 module := &robolectricTest{}
329 func (r *robolectricTest) InstallBypassMake() bool { return true } argument
[all …]