net.sourceforge.smile.test
Class NavigationHandlerImplTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.smile.test.NavigationHandlerImplTestCase
All Implemented Interfaces:
junit.framework.Test

public class NavigationHandlerImplTestCase
extends junit.framework.TestCase

Test case that checks the FacesConfigInterpreter implementation.


Constructor Summary
NavigationHandlerImplTestCase()
           
 
Method Summary
 void testBestMatch()
          Test the rule matching algorithm.
 void testHandleNavigation()
          Test the rule matching algorithm.
 void testHandleNavigation2()
          Test the rule matching algorithm.
 void testHandleNavigation3()
          Test the rule matching algorithm.
 void testHandleNavigation4()
          Test the rule matching algorithm.
 void testHandleNavigation5()
          Test the rule matching algorithm.
 void testHandleNavigation6()
          Test the rule matching algorithm.
 void testHandleNavigation7()
          Test the rule matching algorithm.
 void testHandleNavigation8()
          Test the rule matching algorithm.
 void testNavigationHandlerConfig1()
          This test checks the configuration and execution of the default navigation handler
 void testNavigationHandlerConfig2()
          This test checks the configuration and execution of the default navigation handler
 void testNavigationHandlerConfig3()
          This test checks the configuration and execution of the default navigation handler
 void testNavigationHandlerConfig4()
          This test checks the configuration and execution of the default navigation handler
 void testPatternMatcher()
          Test the pattern matching code in NavigationHandler
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationHandlerImplTestCase

public NavigationHandlerImplTestCase()
Method Detail

testPatternMatcher

public void testPatternMatcher()
                        throws java.lang.Exception
Test the pattern matching code in NavigationHandler

Throws:
java.lang.Exception

testHandleNavigation

public void testHandleNavigation()
                          throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation2

public void testHandleNavigation2()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation3

public void testHandleNavigation3()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation4

public void testHandleNavigation4()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation5

public void testHandleNavigation5()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation6

public void testHandleNavigation6()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation7

public void testHandleNavigation7()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testHandleNavigation8

public void testHandleNavigation8()
                           throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testBestMatch

public void testBestMatch()
                   throws java.lang.Exception
Test the rule matching algorithm.

Throws:
java.lang.Exception

testNavigationHandlerConfig1

public void testNavigationHandlerConfig1()
                                  throws java.lang.Exception
This test checks the configuration and execution of the default navigation handler

Throws:
java.lang.Exception

testNavigationHandlerConfig2

public void testNavigationHandlerConfig2()
                                  throws java.lang.Exception
This test checks the configuration and execution of the default navigation handler

Throws:
java.lang.Exception

testNavigationHandlerConfig3

public void testNavigationHandlerConfig3()
                                  throws java.lang.Exception
This test checks the configuration and execution of the default navigation handler

Throws:
java.lang.Exception

testNavigationHandlerConfig4

public void testNavigationHandlerConfig4()
                                  throws java.lang.Exception
This test checks the configuration and execution of the default navigation handler

Throws:
java.lang.Exception