Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.rule
Class CodeCoverageAssertor

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.CodeCoverageAssertor
All Implemented Interfaces:
org.junit.rules.TestRule

public class CodeCoverageAssertor
extends Object
implements org.junit.rules.TestRule


Field Summary
static CodeCoverageAssertor INSTANCE
           
 
Constructor Summary
CodeCoverageAssertor()
           
CodeCoverageAssertor(String[] includes, String[] excludes, boolean includeInnerClasses)
           
 
Method Summary
protected  void afterClass(org.junit.runner.Description description, String className)
           
 void appendAssertClasses(List<Class<?>> assertClasses)
           
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
           
protected  String beforeClass(org.junit.runner.Description description)
           
protected  ClassLoader getClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CodeCoverageAssertor INSTANCE
Constructor Detail

CodeCoverageAssertor

public CodeCoverageAssertor()

CodeCoverageAssertor

public CodeCoverageAssertor(String[] includes,
                            String[] excludes,
                            boolean includeInnerClasses)
Method Detail

appendAssertClasses

public void appendAssertClasses(List<Class<?>> assertClasses)

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
                                               org.junit.runner.Description description)
Specified by:
apply in interface org.junit.rules.TestRule

afterClass

protected void afterClass(org.junit.runner.Description description,
                          String className)
                   throws Throwable
Throws:
Throwable

beforeClass

protected String beforeClass(org.junit.runner.Description description)
                      throws Throwable
Throws:
Throwable

getClassLoader

protected ClassLoader getClassLoader()

Liferay 7.0-ce-b4