public final class CoverageUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoverageUtil.Coverage
Deprecated.
A method/constructor annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
load()
Deprecated.
Loads a previous
CoverageUtil report from the respective
Plugin folder |
static void |
marker()
Deprecated.
Notes a point in code where a context has been visited, useful for unit
testing on branching statements.
|
static void |
registerClasses(Class<?>... classes)
Deprecated.
Registers classes that use
CoverageUtil |
static void |
reportAll()
Deprecated.
Prints out the current
CoverageUtil report to the console |
public static void marker()
CoverageUtil.Coverage annotationpublic static void registerClasses(Class<?>... classes)
CoverageUtilclasses - The classes to registerpublic static void load()
CoverageUtil report from the respective
Plugin folderpublic static void reportAll()
CoverageUtil report to the consoleCopyright © 2015. All rights reserved.