test fix: cll remove - more test scenarios
This commit is contained in:
@@ -52,7 +52,9 @@ public class CustomLinkedListTest {
|
|||||||
|
|
||||||
@ParameterizedTest
|
@ParameterizedTest
|
||||||
@CsvSource({
|
@CsvSource({
|
||||||
"'Tak, jsme, to, cele, totalne, dosrali, ale, co, uz', 'totalne'"
|
"'Tak, jsme, to, cele, totalne, dosrali, ale, co, uz', 'totalne'",
|
||||||
|
"'Tak, jsme, to, cele, totalne, dosrali, ale, co, uz', 'Tak'",
|
||||||
|
"'Tak, jsme, to, cele, totalne, dosrali, ale, co, uz', 'uz'",
|
||||||
})
|
})
|
||||||
void cllRemove_shouldRemoveItemSuccessfully(@ConvertWith(StringArrayConverter.class) String[] data, String toRemove) {
|
void cllRemove_shouldRemoveItemSuccessfully(@ConvertWith(StringArrayConverter.class) String[] data, String toRemove) {
|
||||||
CustomLinkedList<String> list = new CustomLinkedListImpl<>();
|
CustomLinkedList<String> list = new CustomLinkedListImpl<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user