Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Drobolectric.go68 type robolectricTest struct { struct
88 func (r *robolectricTest) TestSuites() []string {
92 var _ android.TestSuiteModule = (*robolectricTest)(nil)
94 func (r *robolectricTest) DepsMutator(ctx android.BottomUpMutatorContext) {
117 func (r *robolectricTest) GenerateAndroidBuildActions(ctx android.ModuleContext) {
270 func (r *robolectricTest) AndroidMkEntries() []android.AndroidMkEntries {
301 func (r *robolectricTest) writeTestRunner(w io.Writer, module, name string, tests []string) {
328 module := &robolectricTest{}
345 func (r *robolectricTest) InstallBypassMake() bool { return true }
346 func (r *robolectricTest) InstallInTestcases() bool { return true }
[all …]