Class UniqueIdPrefixTransformer

java.lang.Object
org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
All Implemented Interfaces:
Function<UniqueId,UniqueId>, UnaryOperator<UniqueId>

class UniqueIdPrefixTransformer extends Object implements UnaryOperator<UniqueId>
Since:
5.13
  • Field Details

    • oldPrefix

      private final UniqueId oldPrefix
    • newPrefix

      private final UniqueId newPrefix
    • oldPrefixLength

      private final int oldPrefixLength
  • Constructor Details

    • UniqueIdPrefixTransformer

      UniqueIdPrefixTransformer(UniqueId oldPrefix, UniqueId newPrefix)
  • Method Details