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

MapperTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.core
Class MapperTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.core.MapperTestCase

public class MapperTestCase
extends TestCase

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

Nested Class Summary
private static class MapperTestCase.Context
           
private static class MapperTestCase.MappingContextImpl
           
 
Field Summary
private  Mapper mapper
           
 
Constructor Summary
MapperTestCase(java.lang.String s)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testEmptyContext()
           
 void testOneChild()
           
 void testOneChildHavingOneChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapper

private Mapper mapper
Constructor Detail

MapperTestCase

public MapperTestCase(java.lang.String s)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testEmptyContext

public void testEmptyContext()

testOneChild

public void testOneChild()

testOneChildHavingOneChild

public void testOneChildHavingOneChild()