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/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/FeatureDevSessionContextTest.kt
+3-65Lines changed: 3 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
4
4
importcom.intellij.openapi.vfs.VirtualFile
5
5
importcom.intellij.testFramework.RuleChain
6
-
importorg.junit.Assert.assertEquals
7
6
importorg.junit.Assert.assertFalse
8
7
importorg.junit.Assert.assertTrue
9
8
importorg.junit.Before
@@ -118,72 +117,11 @@ class FeatureDevSessionContextTest : FeatureDevTestBase(HeavyJavaCodeInsightTest
118
117
"gradlew.bat",
119
118
"README.md",
120
119
"gradle/wrapper/gradle-wrapper.properties",
121
-
"builder/GetTestBuilder.java"
120
+
"builder/GetTestBuilder.java",
121
+
"settings.gradle",
122
+
"build.gradle",
122
123
)
123
124
124
125
assertTrue(zippedFiles == expectedFiles)
125
126
}
126
-
127
-
@Test
128
-
fun`test basic pattern conversion`() {
129
-
val input ="*.txt"
130
-
val expected ="(?:^|.*/?)[^/]*[^/]\\.txt(?:/.*)?\$"
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt
0 commit comments