public class ReportUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JAVADOC_BASE_URI |
Constructor and Description |
---|
ReportUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getJavadocLink(Method method)
Generates a link to the Javadoc hosted on w3c.github.io for the
corresponding test method, which in turn link back to the source.
|
public static final String JAVADOC_BASE_URI
public ReportUtils()
public static String getJavadocLink(Method method)
method
- the test methodCopyright © 2014 World Wide Web Consortium (W3C). All rights reserved.