| Package | Description |
|---|---|
| org.assertj.assertions.generator |
| Modifier and Type | Method and Description |
|---|---|
Template.Type |
Template.getType() |
static Template.Type |
Template.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Template.Type[] |
Template.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateRegistry.getTemplate(Template.Type templateType) |
| Constructor and Description |
|---|
Template(Template.Type type,
File file)
|
Template(Template.Type type,
String templateContent)
Creates a new
Template from the given content. |
Template(Template.Type type,
URL url)
|
Copyright © 2017 AssertJ. All rights reserved.