com.acsinet_solutions.cetia4.test
Class RestNavigationTest

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

public final class RestNavigationTest
extends junit.framework.TestCase

Test navigation facilities in a REST framework

Author:
Santiago Arriaga

Constructor Summary
RestNavigationTest(java.lang.String name)
          Public constructor
 
Method Summary
static junit.framework.Test suite()
           
static void testNavigationFlow()
          Simple GET render for web request
static void testNavigationLogical()
          Simple GET render for web request
static void testNavigationRootParam()
          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

RestNavigationTest

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

Method Detail

suite

public static junit.framework.Test suite()

testNavigationFlow

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

Throws:
java.lang.Exception

testNavigationLogical

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

Throws:
java.lang.Exception

testNavigationRootParam

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

Throws:
java.lang.Exception