Factory method for a Filter initialized with the passed tagsToInclude
and tagsToExclude.
Factory method for a Filter initialized with the passed tagsToInclude
and tagsToExclude.
an optional Set of String tag names to include (i.e., not filter out) when filtering tests
a Set of String tag names to exclude (i.e., filter out) when filtering tests
a Boolean to indicate whether to run nested suites
dynamic tags for the filter
TODO: Fill in @return