Class UniqueIdPrefixTransformer
- java.lang.Object
-
- org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
-
- All Implemented Interfaces:
java.util.function.Function<org.junit.platform.engine.UniqueId,org.junit.platform.engine.UniqueId>,java.util.function.UnaryOperator<org.junit.platform.engine.UniqueId>
class UniqueIdPrefixTransformer extends java.lang.Object implements java.util.function.UnaryOperator<org.junit.platform.engine.UniqueId>- Since:
- 5.13
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.platform.engine.UniqueIdnewPrefixprivate org.junit.platform.engine.UniqueIdoldPrefixprivate intoldPrefixLength
-
Constructor Summary
Constructors Constructor Description UniqueIdPrefixTransformer(org.junit.platform.engine.UniqueId oldPrefix, org.junit.platform.engine.UniqueId newPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.platform.engine.UniqueIdapply(org.junit.platform.engine.UniqueId uniqueId)
-