public class LdpTestCaseReporter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAY |
static int |
MUST |
static int |
OTHER |
static int |
SHOULD |
protected Class[] |
testClasses |
Constructor and Description |
---|
LdpTestCaseReporter() |
LdpTestCaseReporter(Class[] inTestClasses,
String title,
String uri) |
Modifier and Type | Method and Description |
---|---|
protected void |
createSummaryReport() |
protected void |
generateHTMLReport() |
void |
generateReport(String title) |
static int |
getConformanceIndex(String conformance) |
protected void |
initializeTestClasses() |
static void |
main(String[] args) |
protected void |
writeSummary() |
public static final int MUST
public static final int SHOULD
public static final int MAY
public static final int OTHER
protected Class[] testClasses
public LdpTestCaseReporter()
public LdpTestCaseReporter(Class[] inTestClasses, String title, String uri)
public static void main(String[] args) throws IOException, SecurityException
IOException
SecurityException
public void generateReport(String title) throws IOException, SecurityException
IOException
SecurityException
protected void generateHTMLReport() throws IOException, SecurityException
IOException
SecurityException
protected void createSummaryReport() throws IOException
IOException
protected void initializeTestClasses() throws IOException
IOException
protected void writeSummary() throws IOException
IOException
public static int getConformanceIndex(String conformance)
Copyright © 2014 World Wide Web Consortium (W3C). All rights reserved.