- All Implemented Interfaces:
- java.util.function.Function<TestBlock,TestBlock>
public final class TagTestBlockFilter
extends java.lang.Object
implements java.util.function.Function<TestBlock,TestBlock>
Filters the test tree to only include tests that have tags that match the given run tags, excluding any tests
that have the given excluded run tags.