Class SelectorConverter.Module

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

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

    • Module

      Module()
  • Method Details

    • convert

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