org.activiti.engine.impl.test
类 PvmTestCase

java.lang.Object
  继承者 junit.framework.Assert
      继承者 junit.framework.TestCase
          继承者 org.activiti.engine.impl.test.PvmTestCase
所有已实现的接口:
junit.framework.Test
直接已知子类:
AbstractActivitiTestCase

public abstract class PvmTestCase
extends junit.framework.TestCase

作者:
Tom Baeyens

字段摘要
protected static String EMPTY_LINE
           
protected  boolean isEmptyLinesEnabled
           
protected static org.slf4j.Logger log
           
 
构造方法摘要
PvmTestCase()
           
 
方法摘要
 void assertTextPresent(String expected, String actual)
          Asserts if the provided text is part of some text.
 void assertTextPresentIgnoreCase(String expected, String actual)
          Asserts if the provided text is part of some text, ignoring any uppercase characters
protected  void runTest()
           
 
从类 junit.framework.TestCase 继承的方法
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, setUp, tearDown, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

EMPTY_LINE

protected static final String EMPTY_LINE
另请参见:
常量字段值

log

protected static org.slf4j.Logger log

isEmptyLinesEnabled

protected boolean isEmptyLinesEnabled
构造方法详细信息

PvmTestCase

public PvmTestCase()
方法详细信息

assertTextPresent

public void assertTextPresent(String expected,
                              String actual)
Asserts if the provided text is part of some text.


assertTextPresentIgnoreCase

public void assertTextPresentIgnoreCase(String expected,
                                        String actual)
Asserts if the provided text is part of some text, ignoring any uppercase characters


runTest

protected void runTest()
                throws Throwable
覆盖:
junit.framework.TestCase 中的 runTest
抛出:
Throwable


Copyright © 2013 Alfresco. All rights reserved.