站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

AbstractTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test
Class AbstractTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.AbstractTestCase
Direct Known Subclasses:
ParametersTestCase

public abstract class AbstractTestCase
extends TestCase

Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
protected  org.apache.log4j.Logger log
           
protected  java.io.File resources
           
 
Constructor Summary
protected AbstractTestCase(java.lang.String name)
           
 
Method Summary
 org.w3c.dom.Document parseXML(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.log4j.Logger log

resources

protected final java.io.File resources
Constructor Detail

AbstractTestCase

protected AbstractTestCase(java.lang.String name)
Method Detail

parseXML

public org.w3c.dom.Document parseXML(java.io.File file)