Class SelectorConverter.UniqueId

java.lang.Object
org.junit.platform.console.options.SelectorConverter.UniqueId
All Implemented Interfaces:
picocli.CommandLine.ITypeConverter<org.junit.platform.engine.discovery.UniqueIdSelector>
Enclosing class:
SelectorConverter

static class SelectorConverter.UniqueId extends Object implements picocli.CommandLine.ITypeConverter<org.junit.platform.engine.discovery.UniqueIdSelector>
  • Constructor Details

    • UniqueId

      UniqueId()
  • Method Details

    • convert

      public org.junit.platform.engine.discovery.UniqueIdSelector convert(String value)
      Specified by:
      convert in interface picocli.CommandLine.ITypeConverter<org.junit.platform.engine.discovery.UniqueIdSelector>