diff options
author | Paul Duffin <paulduffin@google.com> | 2017-06-29 10:26:30 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2017-06-29 10:32:44 +0100 |
commit | 09c29c1324b96e5404400947da7eeb9f0976353a (patch) | |
tree | f7a0f65ed1d5106f324b9168a7a70b0e10dfddef | |
parent | 28e703a05aecaedd167f9cdb6acbb1d7e78957c6 (diff) |
Update android.test.runner API
Bug 62675475 changed DocLava to add some missing methods to the API
definition file. This updates the API definition for the
android.test.runner API.
The reason this was not found when it was uploaded is because there is a
discrepancy between the checkapi target and the update-api. The checkapi
target will not detect that the update-api needs to make changes. This
issue has been reported.
Bug: 30188076
Test: make update-api && make checkapi
Change-Id: I598774d3239d58eb5c58ff78e24e8ca84078e64a
-rw-r--r-- | test-runner/api/android-test-runner-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-runner/api/android-test-runner-current.txt b/test-runner/api/android-test-runner-current.txt index 34121dd46036..905cfe701ab6 100644 --- a/test-runner/api/android-test-runner-current.txt +++ b/test-runner/api/android-test-runner-current.txt @@ -43,6 +43,7 @@ package android.test { method public java.util.List<junit.framework.TestCase> getTestCases(); method public java.lang.String getTestClassName(); method public junit.framework.TestResult getTestResult(); + method protected java.lang.Class loadSuiteClass(java.lang.String) throws java.lang.ClassNotFoundException; method protected void runFailed(java.lang.String); method public void runTest(); method public void runTest(junit.framework.TestResult); |