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/tst/software/aws/toolkits/jetbrains/core/notifications/NotificationFormatUtilsTest.kt
+20
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ class NotificationFormatUtilsTest {
Copy file name to clipboardexpand all lines: plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/notifications/NotificationFormatUtilsTestCases.kt
+26
Original file line number
Diff line number
Diff line change
@@ -360,3 +360,29 @@ val invalidIdeTypeAndVersionData = NotificationData(
360
360
)
361
361
)
362
362
)
363
+
364
+
val pluginNotPresentData =NotificationData(
365
+
id ="example_id_12344",
366
+
schedule =NotificationSchedule(type ="StartUp"),
367
+
severity ="Critical",
368
+
condition =NotificationDisplayCondition(
369
+
compute =null,
370
+
os =null,
371
+
ide =null,
372
+
extension =mutableListOf(
373
+
ExtensionType(
374
+
"amazon.q",
375
+
version =NotificationExpression.NotEqualsCondition("1.3334")
0 commit comments