This project has retired. For details please refer to its Attic page.
TilesContainerFactoryTest (Tiles 2 2.1.4 Test API)

org.apache.tiles.factory
Class TilesContainerFactoryTest

Package class diagram package TilesContainerFactoryTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.tiles.factory.TilesContainerFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class TilesContainerFactoryTest
extends junit.framework.TestCase

Version:
$Rev: 734996 $ $Date: 2009-01-16 14:27:28 +0100 (ven, 16 gen 2009) $

Nested Class Summary
static class TilesContainerFactoryTest.TestFactory
          A test factory extending directly from TilesContainerFactory.
 
Constructor Summary
TilesContainerFactoryTest()
           
 
Method Summary
 void setUp()
          
 void testCreateContainer()
          Tests the creation of a container.
 void testGetFactory()
          Tests getting the factory.
 void testGetInitParameterMap()
          Tests getting init parameter map.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TilesContainerFactoryTest

public TilesContainerFactoryTest()
Method Detail

setUp

public void setUp()

Overrides:
setUp in class junit.framework.TestCase

testGetFactory

public void testGetFactory()
Tests getting the factory.


testCreateContainer

public void testCreateContainer()
                         throws IOException
Tests the creation of a container.

Throws:
IOException - If something goes wrong when obtaining URL resources.

testGetInitParameterMap

public void testGetInitParameterMap()
Tests getting init parameter map.



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.