Class SelectorConverter.Iteration

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

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

    • Iteration

      Iteration()
  • Method Details

    • convert

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