| Constructor and Description |
|---|
UnitTestDoclet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
document(com.sun.javadoc.ClassDoc c,
PrintWriter pw)
Summarizes the test methods of the given class
|
static int |
optionLength(String option)
Returns the number of arguments for the given command option
(include the option itself)
|
static boolean |
start(com.sun.javadoc.RootDoc root)
The entry point for the doclet
|
static boolean |
validOptions(String[][] options,
com.sun.javadoc.DocErrorReporter reporter) |
public static int optionLength(String option)
public static boolean validOptions(String[][] options, com.sun.javadoc.DocErrorReporter reporter)
public static boolean start(com.sun.javadoc.RootDoc root)
public static void document(com.sun.javadoc.ClassDoc c,
PrintWriter pw)
throws IOException
IOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.