Class TestIdFilter

  • All Implemented Interfaces:
    org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>, org.junit.platform.launcher.PostDiscoveryFilter

    public class TestIdFilter
    extends java.lang.Object
    implements org.junit.platform.launcher.PostDiscoveryFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      TestIdFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.platform.engine.FilterResult apply​(org.junit.platform.engine.TestDescriptor testDescriptor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.junit.platform.engine.Filter

        toPredicate
    • Constructor Detail

      • TestIdFilter

        public TestIdFilter()
    • Method Detail

      • apply

        public org.junit.platform.engine.FilterResult apply​(org.junit.platform.engine.TestDescriptor testDescriptor)
        Specified by:
        apply in interface org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>