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 Details

    • TestFrameworkDTO

      public TestFrameworkDTO(TestFramework testFramework)
      Parameters:
      testFramework - The testFramework
  • Method Details