Class SelectorConverter.Identifier

  • All Implemented Interfaces:
    picocli.CommandLine.ITypeConverter<org.junit.platform.engine.DiscoverySelectorIdentifier>
    Enclosing class:
    SelectorConverter

    static class SelectorConverter.Identifier
    extends java.lang.Object
    implements picocli.CommandLine.ITypeConverter<org.junit.platform.engine.DiscoverySelectorIdentifier>
    • Constructor Summary

      Constructors 
      Constructor Description
      Identifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.platform.engine.DiscoverySelectorIdentifier convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Identifier

        Identifier()
    • Method Detail

      • convert

        public org.junit.platform.engine.DiscoverySelectorIdentifier convert​(java.lang.String value)
        Specified by:
        convert in interface picocli.CommandLine.ITypeConverter<org.junit.platform.engine.DiscoverySelectorIdentifier>