org.apache.tapestry.engine
Class RestartServiceTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.engine.ServiceTestCase
          extended by org.apache.tapestry.engine.RestartServiceTest

public class RestartServiceTest
extends ServiceTestCase

Tests for RestartService.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
RestartServiceTest()
           
 
Method Summary
 void testErrorInvalidatingSession()
           
 void testNoSession()
           
 void testWithSession()
           
 
Methods inherited from class org.apache.tapestry.engine.ServiceTestCase
newLink, newLinkFactory, newLinkFactory, newLog, newPage, newRequest, newRequest, newResponseRenderer, newSession, newSession, newWebRequest, newWebRequest, newWebSession, newWebSession, trainConstructLink, trainExtractListenerParameters, trainGetAbsoluteURL, trainGetNestedComponent, trainGetPage, trainGetPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestartServiceTest

public RestartServiceTest()
Method Detail

testNoSession

public void testNoSession()
                   throws Exception
Throws:
Exception

testWithSession

public void testWithSession()
                     throws Exception
Throws:
Exception

testErrorInvalidatingSession

public void testErrorInvalidatingSession()
                                  throws Exception
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.