Class JqwikUniqueIDs


  • public class JqwikUniqueIDs
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JqwikUniqueIDs()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.junit.platform.engine.UniqueId appendContainer​(org.junit.platform.engine.UniqueId uniqueId, java.lang.Class<?> containerClass)  
      static org.junit.platform.engine.UniqueId appendProperty​(org.junit.platform.engine.UniqueId uniqueId, java.lang.reflect.Method method)  
      static java.util.Optional<java.lang.reflect.Method> findMethodBySegment​(org.junit.platform.engine.UniqueId.Segment segment, java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • CONTAINER_SEGMENT_TYPE

        public static final java.lang.String CONTAINER_SEGMENT_TYPE
        See Also:
        Constant Field Values
      • PROPERTY_SEGMENT_TYPE

        public static final java.lang.String PROPERTY_SEGMENT_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • JqwikUniqueIDs

        public JqwikUniqueIDs()
    • Method Detail

      • appendProperty

        public static org.junit.platform.engine.UniqueId appendProperty​(org.junit.platform.engine.UniqueId uniqueId,
                                                                        java.lang.reflect.Method method)
      • appendContainer

        public static org.junit.platform.engine.UniqueId appendContainer​(org.junit.platform.engine.UniqueId uniqueId,
                                                                         java.lang.Class<?> containerClass)
      • findMethodBySegment

        public static java.util.Optional<java.lang.reflect.Method> findMethodBySegment​(org.junit.platform.engine.UniqueId.Segment segment,
                                                                                       java.lang.Class<?> clazz)