aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/java_tests_file.template
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the content of scripts/ folder.Xavier Ducrohet2009-12-011-21/+0
| | | | | | - move back some scripts into development/scripts/ - templates for Ant project go in sdk/templates/ - files that are packaged with the sdk go in sdk/files/
* Update the project creation (from the command line):Xavier Ducrohet2009-09-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make the distinction between the activity class name, manifest entry, fully-qualified name, and tested activity for the template place-holders. Test activity names now directly contain the full name (including the "Test" prefix) instead of the template adding it. This is required by the new 'create test-project' - New action: create test-project This requires a path to the main project. It reads the package, activity name and target from the main project. The activity is read from the manifest and can be in a more complex form than previously expected (for instance .subpackage.MyClass, instead of simply MyClass). This is what required the re-work the activity related template place holders. Options: -m --main Location path of the project to test, relative to the new project [required] -n --name Project name -p --path Location path of the new project [required] Example: for 2 projects MyProject and MyTests located in the same folder, calling from their parent folder. android create test-project -p MyTests -m ../MyProject - build.properties now only gets application.package for older targets as the new one get it directly from XPath - Remove AndroidXPathFactory from the anttasks project as it was already in sdklib which is a dependency. - Removed IntelliJ templates for the SDK. We haven't supported them for a while, and now that IntelliJ has built-in support for Android, it's not that useful anymore. While there is the command line parameters for 'update test-project' it's not yet implemented. Change-Id: I663d4cb7f439bb2abfe866f893e58f4d13aff975
* Fix template for java test file to not use deprecated class.Xavier Ducrohet2009-08-071-2/+2
| | | | bug: http://code.google.com/p/android/issues/detail?id=3350
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+21
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-21/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+21