Class PropertyDiscoverySpec

  • All Implemented Interfaces:
    DiscoverySpec<java.lang.reflect.Method>

    public class PropertyDiscoverySpec
    extends java.lang.Object
    implements DiscoverySpec<java.lang.reflect.Method>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldBeDiscovered​(java.lang.reflect.Method candidate)  
      org.junit.platform.engine.support.hierarchical.Node.SkipResult shouldBeSkipped​(java.lang.reflect.Method candidate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyDiscoverySpec

        public PropertyDiscoverySpec()
    • Method Detail

      • shouldBeDiscovered

        public boolean shouldBeDiscovered​(java.lang.reflect.Method candidate)
        Specified by:
        shouldBeDiscovered in interface DiscoverySpec<java.lang.reflect.Method>
      • shouldBeSkipped

        public org.junit.platform.engine.support.hierarchical.Node.SkipResult shouldBeSkipped​(java.lang.reflect.Method candidate)
        Specified by:
        shouldBeSkipped in interface DiscoverySpec<java.lang.reflect.Method>