Class UniqueIdReader

  • All Implemented Interfaces:
    java.util.function.Function<org.junit.runner.Description,​java.io.Serializable>

    @API(status=INTERNAL,
         since="4.12")
    public class UniqueIdReader
    extends java.lang.Object
    implements java.util.function.Function<org.junit.runner.Description,​java.io.Serializable>
    Since:
    4.12
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String fieldName  
      private static org.junit.platform.commons.logging.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable apply​(org.junit.runner.Description description)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • logger

        private static final org.junit.platform.commons.logging.Logger logger
      • fieldName

        private final java.lang.String fieldName
    • Constructor Detail

      • UniqueIdReader

        public UniqueIdReader()
      • UniqueIdReader

        UniqueIdReader​(java.lang.String fieldName)
    • Method Detail

      • apply

        public java.io.Serializable apply​(org.junit.runner.Description description)
        Specified by:
        apply in interface java.util.function.Function<org.junit.runner.Description,​java.io.Serializable>