public interface TemplateGenerator
Modifier and Type | Method and Description |
---|---|
void |
generate(ModelDeclaration model)
Generates a test template for the specified model.
|
String |
getTitle()
Returns the title of this generator.
|
void generate(ModelDeclaration model) throws IOException
model
- the target modelIOException
- if failed to generate a workbookIllegalArgumentException
- if some parameters were null
String getTitle()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.