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
IOExceptionSecurityExceptionpublic void generateReport(String title) throws IOException, SecurityException
IOExceptionSecurityExceptionprotected void generateHTMLReport() throws IOException, SecurityException
IOExceptionSecurityExceptionprotected void createSummaryReport() throws IOException
IOExceptionprotected void initializeTestClasses() throws IOException
IOExceptionprotected void writeSummary() throws IOException
IOExceptionpublic static int getConformanceIndex(String conformance)
Copyright © 2014 World Wide Web Consortium (W3C). All rights reserved.