You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This ensure we are cleaning things up before going to the next test
* This along with the last commit should help prevent the stalling issue
we have been seeing.
Copy file name to clipboardExpand all lines: OneSignalSDK/unittest/src/test/java/com/test/onesignal/NotificationOpenedActivityHMSIntegrationTestsRunner.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@
23
23
24
24
importorg.json.JSONException;
25
25
importorg.json.JSONObject;
26
+
importorg.junit.After;
27
+
importorg.junit.AfterClass;
26
28
importorg.junit.Before;
27
29
importorg.junit.BeforeClass;
28
30
importorg.junit.Test;
@@ -84,6 +86,16 @@ public void beforeEachTest() throws Exception {
0 commit comments