public class DefaultTestGeneratorProfile extends Object implements TestGeneratorProfile
Modifier and Type | Field and Description |
---|---|
static List<CustomAnnotation> |
DEFAULT_ANNOTATIONS |
Constructor and Description |
---|
DefaultTestGeneratorProfile() |
Modifier and Type | Method and Description |
---|---|
List<CustomAnnotation> |
annotations() |
Class<? extends TestTemplate> |
template() |
public static final List<CustomAnnotation> DEFAULT_ANNOTATIONS
public List<CustomAnnotation> annotations()
annotations
in interface TestGeneratorProfile
public Class<? extends TestTemplate> template()
template
in interface TestGeneratorProfile
Copyright © 2020. All rights reserved.