Skip to content

Commit 09c29c1

Browse files
committed
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
1 parent 28e703a commit 09c29c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test-runner/api/android-test-runner-current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ package android.test {
4343
method public java.util.List<junit.framework.TestCase> getTestCases();
4444
method public java.lang.String getTestClassName();
4545
method public junit.framework.TestResult getTestResult();
46+
method protected java.lang.Class loadSuiteClass(java.lang.String) throws java.lang.ClassNotFoundException;
4647
method protected void runFailed(java.lang.String);
4748
method public void runTest();
4849
method public void runTest(junit.framework.TestResult);

0 commit comments

Comments
 (0)