a map from String suite ID to a set of tags for that suite.
a map from String suite ID to a map, whose keys are test names and values the tags for that test.
NullPointerException
if either suiteTags
or testTags
is null
a map from String suite ID to a set of tags for that suite.
a map from String suite ID to a map, whose keys are test names and values the tags for that test.
Dynamic tags for a run.
Instances of this class are passed to the
Filter
constructor to support running selected suites and tests via dynamic tagging. For example, dynamic tags can be used to rerun tests that failed previously, or tests selected via a wildcard fromRunner
or the Scala interpreter.a map from String suite ID to a set of tags for that suite.
a map from String suite ID to a map, whose keys are test names and values the tags for that test.
NullPointerException
if eithersuiteTags
ortestTags
isnull