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
    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueIdReader​()  
    • 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 interface java.util.function.Function

        andThen, compose, identity
      • Methods inherited from class java.lang.Object

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

      • UniqueIdReader

        public UniqueIdReader​()
    • 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>