Lines Matching defs:Test
1561 // the name of the test configuration (for example "AndroidTest.xml") that should be
1565 // the name of the test configuration template (for example "AndroidTestTemplate.xml") that
1570 // the test
1580 type Test struct {
1595 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1607 // creates an `AndroidTest.xml` file to allow running the test with `atest` or a `TEST_MAPPING` file.
1615 module := &Test{}
1631 // java_test_helper_library creates a java library and makes sure that it is added to the appropriate test suite.
1647 // allow running the test with `atest` or a `TEST_MAPPING` file.
1652 module := &Test{}