public interface

Filterable

org.junit.runner.manipulation.Filterable
Known Indirect Subclasses

Class Overview

Runners that allow filtering should implement this interface. Implement filter(Filter) to remove tests that don't pass the filter.

Summary

Public Methods
abstract void filter(Filter filter)
Remove tests that don't pass the parameter filter.

Public Methods

public abstract void filter (Filter filter)

Remove tests that don't pass the parameter filter.

Parameters
filter the Filter to apply
Throws
NoTestsRemainException if all tests are filtered out