@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>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
fieldName |
private Logger |
logger |
Constructor and Description |
---|
UniqueIdReader(Logger logger) |
UniqueIdReader(Logger logger,
java.lang.String fieldName) |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
apply(org.junit.runner.Description description) |