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
if tagsToInclude is defined, but contains an empty set
if either tagsToInclude or tagsToExclude are null
TODO: Fill in
TODO: Fill in