public abstract class AbstractEarlReporter extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
JSON_LD |
protected com.hp.hpl.jena.rdf.model.Model |
model |
protected String |
outputDirectory |
protected static HashMap<String,String> |
prefixes |
protected static String |
TURTLE |
protected BufferedWriter |
writerJson |
protected BufferedWriter |
writerTurtle |
Constructor and Description |
---|
AbstractEarlReporter() |
Modifier and Type | Method and Description |
---|---|
protected void |
createModel() |
static String |
createTestCaseName(String className,
String methodName) |
static String |
createTestCaseURL(String className,
String methodName) |
protected void |
createWriter(String directory,
String title) |
protected void |
endWriter() |
protected abstract String |
getFilename() |
void |
setOutputDirectory(String outputDirectory) |
protected void |
write() |
void |
writePrefixes(com.hp.hpl.jena.rdf.model.Model model) |
protected BufferedWriter writerTurtle
protected BufferedWriter writerJson
protected com.hp.hpl.jena.rdf.model.Model model
protected static final String TURTLE
protected static final String JSON_LD
protected String outputDirectory
public AbstractEarlReporter()
public void setOutputDirectory(String outputDirectory)
protected abstract String getFilename()
protected void createWriter(String directory, String title) throws IOException
IOException
protected void write()
protected void endWriter() throws IOException
IOException
protected void createModel()
public void writePrefixes(com.hp.hpl.jena.rdf.model.Model model)
public static String createTestCaseName(String className, String methodName)
public static String createTestCaseURL(String className, String methodName)
Copyright © 2014 World Wide Web Consortium (W3C). All rights reserved.