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: test-app/build-tools/android-metadata-generator/src/src/com/telerik/metadata/security/filtering/input/user/UserPatternsCollection.kt
Copy file name to clipboardExpand all lines: test-app/build-tools/android-metadata-generator/src/test/java/com/telerik/metadata/security/filtering/input/user/UserLineFilterTest.kt
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ import org.junit.Test
4
4
5
5
importorg.junit.Assert.*
6
6
7
-
classUserLineCommentFilterTest {
7
+
classUserLineFilterTest {
8
8
9
9
companionobject {
10
10
privateconstvalUNEXPECTED_LINE_FILTERING_RESULT_MESSAGE="Unexpected line filtering result"
11
11
}
12
12
13
-
privateval filter =UserLineCommentFilter()
13
+
privateval filter =UserLineFilter()
14
14
15
15
@Test
16
16
fun`Is regular commented line`() {
@@ -38,4 +38,22 @@ class UserLineCommentFilterTest {
0 commit comments