Class SelectorConverter.Method

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

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

    • Method

      Method()
  • Method Details

    • convert

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