public class Example extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Example.Type |
Constructor and Description |
---|
Example() |
Modifier and Type | Method and Description |
---|---|
String |
classDisplayName() |
Class |
className() |
Class |
getClassName() |
Map<String,String> |
getConfig() |
String |
getDanger() |
String |
getDescription() |
String |
getExampleJsonFile() |
String |
getExamplePrefix() |
String |
getExamplePropertiesFile() |
String |
getImportant() |
String |
getName() |
String |
getNote() |
String |
getResourceFile() |
String |
getTip() |
Example.Type |
getType() |
String |
getWarning() |
static Example |
load(Class cls,
String resourceName) |
String |
resourceFile() |
String |
validateTestCaseName() |
void |
writeJsonExample(File parentFolder) |
void |
writePropertiesExample(File parentFolder) |
public String getExamplePrefix()
public String validateTestCaseName()
public String getExampleJsonFile()
public String getExamplePropertiesFile()
public Example.Type getType()
public String getDanger()
public String getImportant()
public String getWarning()
public String getTip()
public String resourceFile()
public Class className()
public String classDisplayName()
public String getName()
public String getDescription()
public String getNote()
public Class getClassName()
public String getResourceFile()
public void writePropertiesExample(File parentFolder) throws IOException
IOException
public void writeJsonExample(File parentFolder) throws IOException
IOException
Copyright © 2016–2018. All rights reserved.