-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Milestone
Description
@ParameterizedTest
@EmptySource
void foo(Iterable<String> ids) {
// ... test some API expecting Iterable
}@ParameterizedTest
@NullAndEmptySource
void foo(Iterable<String> ids) {
// ... test some API expecting Iterable
}Deliverables
-
@EmptySourcesupportsjava.lang.Iterable -
@EmptySourcesupportsjava.util.Iterator -
@EmptySourcesupportsjava.util.ListIterator
Motive
https://github.com/google/guava/wiki/CollectionUtilitiesExplained#iterables
Reactions are currently unavailable