Ccramya@chromium.orgMove JavaBridge tests to content/public/android/javatests
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move base Java utils to base/test/android/javatests. gyp targets should not depend on tests from other packages, but instead be able to depend on their test utils. The target including the base utilities is called base_java_test_support and contains files from base/test/android/javatests. base_java_test_support was also the name of the wrongly named target for building base/android/javatests, but since only contained util-classes, no new target has been created for tests of base/android/java. BUG=151561,150773 Review URL: https://chromiumcodereview.appspot.com/10974012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158422 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Adds ContentShellTest.apk and very simple test. This change does a number of things to add a ContentShellTest.apk: - adds javatests directory with - AndroidManifest.xml and content_shell_test_apk.xml to make it possible to build ContentShellTest.apk - Simple test that just starts the content shell, verifies the activity isn't null and that the URL is set as expected. The simple test is run directly by instruments using the following command: adb shell am instrument -w org.chromium.content_shell.tests/android.test.InstrumentationTestRunner BUG=136700 TEST= Review URL: https://chromiumcodereview.appspot.com/10700167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146435 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move JavaBridge tests to content/public/android/javatests BUG=138224 Review URL: https://chromiumcodereview.appspot.com/10911131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158743 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |