com.acsinet_solutions.cetia4.test
Class RestDynamicTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.acsinet_solutions.cetia4.test.RestDynamicTest
All Implemented Interfaces:
junit.framework.Test

public final class RestDynamicTest
extends junit.framework.TestCase

Test render methods in a REST framework

Author:
Santiago Arriaga

Constructor Summary
RestDynamicTest(java.lang.String name)
          Public constructor
 
Method Summary
static junit.framework.Test suite()
           
static void testDynamicWeb()
          Simple GET render for web request
static void testNestedWeb()
          Simple GET render for web request
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestDynamicTest

public RestDynamicTest(java.lang.String name)
Public constructor

Method Detail

suite

public static junit.framework.Test suite()

testDynamicWeb

public static final void testDynamicWeb()
                                 throws java.lang.Exception
Simple GET render for web request

Throws:
java.lang.Exception

testNestedWeb

public static final void testNestedWeb()
                                throws java.lang.Exception
Simple GET render for web request

Throws:
java.lang.Exception