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
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/DisplayToastNotifications.kt
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/ProcessNotificationsBase.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class ProcessNotificationsBase {
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/notifications/NotificationFormatUtilsTest.kt
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,9 @@ import io.mockk.mockkStatic
13
13
importio.mockk.unmockkAll
14
14
importorg.assertj.core.api.Assertions.assertThat
15
15
importorg.junit.Rule
16
-
importorg.junit.jupiter.api.AfterAll
17
-
importorg.junit.jupiter.api.BeforeAll
16
+
importorg.junit.jupiter.api.AfterEach
17
+
importorg.junit.jupiter.api.BeforeEach
18
18
importorg.junit.jupiter.api.Test
19
-
importorg.junit.jupiter.api.TestInstance
20
19
importorg.junit.jupiter.api.assertDoesNotThrow
21
20
importorg.junit.jupiter.api.assertThrows
22
21
importorg.junit.jupiter.api.extension.ExtendWith
@@ -31,7 +30,6 @@ import java.nio.file.Paths
31
30
importjava.util.stream.Stream
32
31
33
32
@ExtendWith(ApplicationExtension::class)
34
-
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
35
33
classNotificationFormatUtilsTest {
36
34
@Rule
37
35
@JvmField
@@ -40,7 +38,7 @@ class NotificationFormatUtilsTest {
0 commit comments