org.apache.lenya.cms.usecase.impl
Class TestUsecaseInvoker

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.lenya.cms.usecase.impl.UsecaseInvokerImpl
          extended by org.apache.lenya.cms.usecase.impl.TestUsecaseInvoker
All Implemented Interfaces:
org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, UsecaseInvoker

public class TestUsecaseInvoker
extends UsecaseInvokerImpl

Invoker for test usecases. The transactions are not committed.


Field Summary
static java.lang.String ROLE
          The Avalon role.
 
Fields inherited from interface org.apache.lenya.cms.usecase.UsecaseInvoker
EXECUTION_CONDITIONS_FAILED, EXECUTION_FAILED, POSTCONDITIONS_FAILED, PRECONDITIONS_FAILED, SUCCESS
 
Constructor Summary
TestUsecaseInvoker()
           
 
Method Summary
 
Methods inherited from class org.apache.lenya.cms.usecase.impl.UsecaseInvokerImpl
getErrorMessages, getInfoMessages, getResult, getTargetUrl, getTestSession, invoke, logErrorMessages, passParameters, service, setTestSession, succeeded
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE

public static final java.lang.String ROLE
The Avalon role.

Constructor Detail

TestUsecaseInvoker

public TestUsecaseInvoker()


Copyright © $ Apache Software Foundation. All Rights Reserved.