8000 irina added test for 3, all flags hit · CeciTerena/Leetcode@6711711 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6711711

Browse files
author
[irina.popovikj]
committed
irina added test for 3, all flags hit
1 parent 5efbbb2 commit 6711711

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/test/java/com/fishercoder/_3Test.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ public void test1() {
3838
assertEquals(expected, solution6.lengthOfLongestSubstring(s));
3939
}
4040

41+
@Test
42+
public void IrinaTest() {
43+
assertEquals(0, solution1.lengthOfLongestSubstring(""));
44+
assertEquals(0, solution2.lengthOfLongestSubstring(""));
45+
assertEquals(0, solution3.lengthOfLongestSubstring(""));
46+
assertEquals(0, solution4.lengthOfLongestSubstring(""));
47+
assertEquals(0, solution5.lengthOfLongestSubstring(""));
48+
assertEquals(0, solution6.lengthOfLongestSubstring(""));
49+
}
50+
4151
}

0 commit comments

Comments
 (0)
0