com.arsdigita.acs.test
Class TemplatingTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.arsdigita.acs.test.TemplatingTest
All Implemented Interfaces:
junit.framework.Test

public class TemplatingTest
extends junit.framework.TestCase


Constructor Summary
TemplatingTest(java.lang.String name)
           
 
Method Summary
static void setServer(java.lang.String server)
           
static junit.framework.Test suite()
          Defines the collection of all tests to run.
 void testDemoBind386()
           
 void testDemoComment389()
           
 void testDemoFibo394()
           
 void testDemoGroup404()
           
 void testDemoHello385()
           
 void testDemoIf388()
           
 void testDemoInclude390()
           
 void testDemoList542()
           
 void testDemoMaster391()
           
 void testDemoMasterDefault392()
           
 void testDemoMultiple403()
           
 void testDemoSkin393()
           
 void testSetup382()
           
 void testShow413()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplatingTest

public TemplatingTest(java.lang.String name)
Method Detail

setServer

public static void setServer(java.lang.String server)

suite

public static junit.framework.Test suite()
Defines the collection of all tests to run. In this case we go for all the tests in this class (all the methods that begin with the four characters "test").

testDemoHello385

public void testDemoHello385()

testDemoInclude390

public void testDemoInclude390()

testDemoMaster391

public void testDemoMaster391()

testDemoMasterDefault392

public void testDemoMasterDefault392()

testDemoSkin393

public void testDemoSkin393()

testDemoFibo394

public void testDemoFibo394()

testDemoIf388

public void testDemoIf388()

testDemoBind386

public void testDemoBind386()

testDemoComment389

public void testDemoComment389()

testDemoMultiple403

public void testDemoMultiple403()

testDemoGroup404

public void testDemoGroup404()

testDemoList542

public void testDemoList542()

testSetup382

public void testSetup382()

testShow413

public void testShow413()