summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl')
-rw-r--r--sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl7
1 files changed, 6 insertions, 1 deletions
diff --git a/sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl b/sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl
index 2d4cee4eae..27bffd9b3a 100644
--- a/sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl
+++ b/sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ISdkSandboxTestExecutor.aidl
@@ -48,6 +48,11 @@ interface ISdkSandboxTestExecutor {
* Invokes a method from within the SDK.
*/
- oneway void invokeMethod(String methodName, in Bundle params,
+ void invokeMethod(String methodName, in Bundle params,
in ISdkSandboxResultCallback callback);
+
+ /**
+ * Executed after each test finishes in assertSdkTestRunPasses.
+ */
+ void cleanOnTestFinish();
}