public class UnitTestDoclet
extends java.lang.Object
Doclet| Constructor and Description |
|---|
UnitTestDoclet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
document(com.sun.javadoc.ClassDoc c,
java.io.PrintWriter pw)
Summarizes the test methods of the given class
|
static int |
optionLength(java.lang.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(java.lang.String[][] options,
com.sun.javadoc.DocErrorReporter reporter) |
public static int optionLength(java.lang.String option)
public static boolean validOptions(java.lang.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,
java.io.PrintWriter pw)
throws java.io.IOException
java.io.IOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.