Liferay 7.0-ce-m3

com.liferay.portal.kernel.test
Class CodeCoverageAssertor

java.lang.Object
  extended by com.liferay.portal.kernel.test.BaseTestRule<String,Object>
      extended by com.liferay.portal.kernel.test.CodeCoverageAssertor
All Implemented Interfaces:
org.junit.rules.TestRule

public class CodeCoverageAssertor
extends BaseTestRule<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.BaseTestRule
BaseTestRule.StatementWrapper
 
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)
           
protected  String beforeClass(org.junit.runner.Description description)
           
protected  ClassLoader getClassLoader()
           
 
Methods inherited from class com.liferay.portal.kernel.test.BaseTestRule
afterMethod, apply, beforeMethod, inspectTarget, invokeStatement, setInstance
 
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)

afterClass

protected void afterClass(org.junit.runner.Description description,
                          String className)
                   throws Exception
Overrides:
afterClass in class BaseTestRule<String,Object>
Throws:
Exception

beforeClass

protected String beforeClass(org.junit.runner.Description description)
                      throws Exception
Overrides:
beforeClass in class BaseTestRule<String,Object>
Throws:
Exception

getClassLoader

protected ClassLoader getClassLoader()

Liferay 7.0-ce-m3