PMD Fix : Renamed Unit Test
This commit is contained in:
parent
9fa39257e4
commit
11f4a4aee0
|
@ -6,7 +6,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
import static com.baeldung.algorithms.string.LongestSubstringNonRepeatingCharacters.getUniqueCharacterSubstring;
|
import static com.baeldung.algorithms.string.LongestSubstringNonRepeatingCharacters.getUniqueCharacterSubstring;
|
||||||
import static com.baeldung.algorithms.string.LongestSubstringNonRepeatingCharacters.getUniqueCharacterSubstringBruteForce;
|
import static com.baeldung.algorithms.string.LongestSubstringNonRepeatingCharacters.getUniqueCharacterSubstringBruteForce;
|
||||||
|
|
||||||
public class LongestSubstringNonRepeatingCharactersTest {
|
public class LongestSubstringNonRepeatingCharactersUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void givenString_whenGetUniqueCharacterSubstringBruteForceCalled_thenResultFoundAsExpectedUnitTest() {
|
void givenString_whenGetUniqueCharacterSubstringBruteForceCalled_thenResultFoundAsExpectedUnitTest() {
|
||||||
|
|
Loading…
Reference in New Issue