Package io.micronaut.starter.api
Class TestFrameworkDTO
java.lang.Object
io.micronaut.starter.api.Linkable
io.micronaut.starter.api.TestFrameworkDTO
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,Selectable<TestFramework>
@Introspected
public class TestFrameworkDTO
extends Linkable
implements io.micronaut.core.naming.Named, io.micronaut.core.naming.Described, Selectable<TestFramework>
DTO objects for
TestFramework
.- Since:
- 1.0.0
- Author:
- graemerocher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe DescriptiongetLabel()
The Label@NonNull String
getName()
@NonNull TestFramework
getValue()
The Underlying Value represented by the OptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
-
Constructor Details
-
TestFrameworkDTO
- Parameters:
testFramework
- The testFramework
-
-
Method Details
-
getDescription
Description copied from interface:Selectable
The Description- Specified by:
getDescription
in interfaceio.micronaut.core.naming.Described
- Specified by:
getDescription
in interfaceSelectable<TestFramework>
- Returns:
-
getName
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
-
getValue
Description copied from interface:Selectable
The Underlying Value represented by the Option- Specified by:
getValue
in interfaceSelectable<TestFramework>
- Returns:
-
getLabel
Description copied from interface:Selectable
The Label- Specified by:
getLabel
in interfaceSelectable<TestFramework>
- Returns:
-