Interface MethodFilter

All Superinterfaces:
org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>, PostDiscoveryFilter

@API(status=MAINTAINED, since="1.13.3") public interface MethodFilter extends PostDiscoveryFilter
PostDiscoveryFilter that is applied to the fully qualified Method name without parameters.
Since:
1.12
See Also: