Package org.junit.vintage.engine.support
Class UniqueIdReader
- java.lang.Object
-
- org.junit.vintage.engine.support.UniqueIdReader
-
- All Implemented Interfaces:
Function<Description,Serializable>
@API(status=INTERNAL, since="4.12") public class UniqueIdReader extends Object implements Function<Description,Serializable>
- Since:
- 4.12
-
-
Constructor Summary
Constructors Constructor Description UniqueIdReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
apply(Description description)
-
-
-
Method Detail
-
apply
public Serializable apply(Description description)
- Specified by:
apply
in interfaceFunction<Description,Serializable>
-
-