public class TestFrameworkConverter extends java.lang.Object implements picocli.CommandLine.ITypeConverter<TestFramework>
Modifier and Type | Field and Description |
---|---|
static TestFramework |
DEFAULT_TEST_FRAMEWORK |
Constructor and Description |
---|
TestFrameworkConverter() |
Modifier and Type | Method and Description |
---|---|
TestFramework |
convert(java.lang.String value) |
public static final TestFramework DEFAULT_TEST_FRAMEWORK
public TestFramework convert(java.lang.String value) throws java.lang.Exception
convert
in interface picocli.CommandLine.ITypeConverter<TestFramework>
java.lang.Exception