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

org.apache.tiles.definition
Class TestReloadableDefinitionsFactory

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

public class TestReloadableDefinitionsFactory
extends junit.framework.TestCase

Tests the reloadable definitions impl.

Version:
$Rev: 736275 $ $Date: 2009-01-21 10:58:20 +0100 (mer, 21 gen 2009) $

Constructor Summary
TestReloadableDefinitionsFactory(String name)
          Creates a new instance of TestReloadableDefinitionsFactory.
 
Method Summary
static void main(String[] theArgs)
          Start the tests.
static junit.framework.Test suite()
           
 void testReloadableDefinitionsFactory()
          Tests reloading definitions impl.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

TestReloadableDefinitionsFactory

public TestReloadableDefinitionsFactory(String name)
Creates a new instance of TestReloadableDefinitionsFactory.

Parameters:
name - The name of the test.
Method Detail

main

public static void main(String[] theArgs)
Start the tests.

Parameters:
theArgs - the arguments. Not used

suite

public static junit.framework.Test suite()
Returns:
a test suite (TestSuite) that includes all methods starting with "test"

testReloadableDefinitionsFactory

public void testReloadableDefinitionsFactory()
                                      throws Exception
Tests reloading definitions impl.

Throws:
Exception - If something goes wrong.


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