- All Implemented Interfaces:
- java.util.function.Function<TestBlock,TestBlock>
public final class OnlyTestBlockFilter
extends java.lang.Object
implements java.util.function.Function<TestBlock,TestBlock>
Filters out all tests that are not marked as "only" if any test is marked as "only". Otherwise, does nothing.