public class CodeCoverageAssertor
extends java.lang.Object
implements org.junit.rules.TestRule
| Modifier and Type | Field and Description |
|---|---|
static CodeCoverageAssertor |
INSTANCE |
| Constructor and Description |
|---|
CodeCoverageAssertor() |
CodeCoverageAssertor(java.lang.String[] includes,
java.lang.String[] excludes,
boolean includeInnerClasses) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterClass(org.junit.runner.Description description,
java.lang.String className) |
void |
appendAssertClasses(java.util.List<java.lang.Class<?>> assertClasses) |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
protected java.lang.String |
beforeClass(org.junit.runner.Description description) |
java.util.List<java.lang.reflect.Method> |
getAssertMethods() |
protected java.lang.ClassLoader |
getClassLoader() |
public static final CodeCoverageAssertor INSTANCE
public CodeCoverageAssertor()
public CodeCoverageAssertor(java.lang.String[] includes,
java.lang.String[] excludes,
boolean includeInnerClasses)
public void appendAssertClasses(java.util.List<java.lang.Class<?>> assertClasses)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic java.util.List<java.lang.reflect.Method> getAssertMethods()
throws java.lang.ReflectiveOperationException
java.lang.ReflectiveOperationExceptionprotected void afterClass(org.junit.runner.Description description,
java.lang.String className)
throws java.lang.Throwable
java.lang.Throwableprotected java.lang.String beforeClass(org.junit.runner.Description description)
throws java.lang.Throwable
java.lang.Throwableprotected java.lang.ClassLoader getClassLoader()