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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe DescriptiongetLabel()The Label@NonNull StringgetName()@NonNull TestFrameworkgetValue()The Underlying Value represented by the OptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescription 
- 
Constructor Details
- 
TestFrameworkDTO
- Parameters:
 testFramework- The testFramework
 
 - 
 - 
Method Details
- 
getDescription
Description copied from interface:SelectableThe Description- Specified by:
 getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
 getDescriptionin interfaceSelectable<TestFramework>- Returns:
 
 - 
getName
- Specified by:
 getNamein interfaceio.micronaut.core.naming.Named
 - 
getValue
Description copied from interface:SelectableThe Underlying Value represented by the Option- Specified by:
 getValuein interfaceSelectable<TestFramework>- Returns:
 
 - 
getLabel
Description copied from interface:SelectableThe Label- Specified by:
 getLabelin interfaceSelectable<TestFramework>- Returns:
 
 
 -