Package org.junit.vintage.engine.support
Class UniqueIdStringifier
java.lang.Object
org.junit.vintage.engine.support.UniqueIdStringifier
- All Implemented Interfaces:
Function<Serializable,
String>
@API(status=INTERNAL,
since="4.12")
public class UniqueIdStringifier
extends Object
implements Function<Serializable,String>
- Since:
- 4.12
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Serializable uniqueId) private String
encodeBase64
(byte[] bytes) private byte[]
serialize
(Serializable uniqueId)
-
Field Details
-
CHARSET
-
-
Constructor Details
-
UniqueIdStringifier
public UniqueIdStringifier()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<Serializable,
String>
-
serialize
-
encodeBase64
-