summaryrefslogtreecommitdiff
path: root/test-runner
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-06-29 10:26:30 +0100
committerPaul Duffin <paulduffin@google.com>2017-06-29 10:32:44 +0100
commit09c29c1324b96e5404400947da7eeb9f0976353a (patch)
treef7a0f65ed1d5106f324b9168a7a70b0e10dfddef /test-runner
parent28e703a05aecaedd167f9cdb6acbb1d7e78957c6 (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
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/api/android-test-runner-current.txt1
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);