Uses of Class
org.apache.turbine.test.BaseTestCase

Packages that use BaseTestCase
org.apache.turbine   
org.apache.turbine.modules   
org.apache.turbine.pipeline   
org.apache.turbine.services   
org.apache.turbine.services.avaloncomponent   
org.apache.turbine.services.cache   
org.apache.turbine.services.crypto   
org.apache.turbine.services.intake   
org.apache.turbine.services.jsonrpc   
org.apache.turbine.services.localization   
org.apache.turbine.services.mimetype   
org.apache.turbine.services.pull.tools   
org.apache.turbine.services.rundata   
org.apache.turbine.services.security   
org.apache.turbine.services.security.torque   
org.apache.turbine.services.template   
org.apache.turbine.services.velocity   
org.apache.turbine.test   
org.apache.turbine.util   
org.apache.turbine.util.parser   
org.apache.turbine.util.uri   
 

Uses of BaseTestCase in org.apache.turbine
 

Subclasses of BaseTestCase in org.apache.turbine
 class ConfigurationTest
          Tests that the ConfigurationFactory and regular old properties methods both work.
 class DestroyTest
          Can we call "destroy" unconditionally on our Turbine Servlet, even if it hasn't configured?
 class TurbineConfigTest
          This testcase verifies that TurbineConfig can be used to startup Turbine in a non servlet environment properly.
 class TurbineTest
          This testcase verifies that TurbineConfig can be used to startup Turbine in a non servlet environment properly.
 

Uses of BaseTestCase in org.apache.turbine.modules
 

Subclasses of BaseTestCase in org.apache.turbine.modules
 class ActionLoaderTest
          This test case is to verify whether exceptions in Velocity actions are properly bubbled up when action.event.bubbleexception=true.
 class GenericLoaderTest
           
 class LayoutLoaderTest
           
 

Uses of BaseTestCase in org.apache.turbine.pipeline
 

Subclasses of BaseTestCase in org.apache.turbine.pipeline
 class DefaultACLCreationValveTest
          Tests TurbinePipeline.
 class DefaultLoginValveTest
          Tests TurbinePipeline.
 class DefaultSessionTimeoutValveTest
          Tests TurbinePipeline.
 class DefaultSessionValidationValveTest
          Tests TurbinePipeline.
 class DetermineActionValveTest
          Tests TurbinePipeline.
 class DetermineTargetValveTest
          Tests TurbinePipeline.
 class ExecutePageValveTest
          Tests ExecutePageValve.
 

Uses of BaseTestCase in org.apache.turbine.services
 

Subclasses of BaseTestCase in org.apache.turbine.services
 class LoadingComponentsTest
          Unit test for verifing that we can load all the appropriate components from the appropriate Container.
 

Uses of BaseTestCase in org.apache.turbine.services.avaloncomponent
 

Subclasses of BaseTestCase in org.apache.turbine.services.avaloncomponent
 class TurbineAvalonComponentServiceTest
          Simple test to make sure that the AvalonComponentService can be initialized.
 

Uses of BaseTestCase in org.apache.turbine.services.cache
 

Subclasses of BaseTestCase in org.apache.turbine.services.cache
 class FulcrumCacheComponentTest
          Unit test for Accessing the Fulcrum Cache component via the CacheServiceFacade and the Component within Turbine.
 

Uses of BaseTestCase in org.apache.turbine.services.crypto
 

Subclasses of BaseTestCase in org.apache.turbine.services.crypto
 class FulcrumCryptoServiceTest
          Verifies the Fulcrum Crypto Service works properly in Turbine.
 

Uses of BaseTestCase in org.apache.turbine.services.intake
 

Subclasses of BaseTestCase in org.apache.turbine.services.intake
 class IntakeToolTest
          Unit test for Intake Tool, wrapping the Fulcrum Intake service.
 

Uses of BaseTestCase in org.apache.turbine.services.jsonrpc
 

Subclasses of BaseTestCase in org.apache.turbine.services.jsonrpc
 class JsonrpcServicelTest
           
 

Uses of BaseTestCase in org.apache.turbine.services.localization
 

Subclasses of BaseTestCase in org.apache.turbine.services.localization
 class LocalizationToolTest
          Unit test for Localization Tool.
 

Uses of BaseTestCase in org.apache.turbine.services.mimetype
 

Subclasses of BaseTestCase in org.apache.turbine.services.mimetype
 class FulcrumMimetypeComponentTest
          Unit test for Accessing the Fulcrum Mimetype component within Turbine.
 

Uses of BaseTestCase in org.apache.turbine.services.pull.tools
 

Subclasses of BaseTestCase in org.apache.turbine.services.pull.tools
 class UIToolTest
           
 

Uses of BaseTestCase in org.apache.turbine.services.rundata
 

Subclasses of BaseTestCase in org.apache.turbine.services.rundata
 class DefaultTurbineRunDataTest
           
 

Uses of BaseTestCase in org.apache.turbine.services.security
 

Subclasses of BaseTestCase in org.apache.turbine.services.security
 class AccessControlListTest
           
 

Uses of BaseTestCase in org.apache.turbine.services.security.torque
 

Subclasses of BaseTestCase in org.apache.turbine.services.security.torque
 class TestTorqueSecurity
           
 

Uses of BaseTestCase in org.apache.turbine.services.template
 

Subclasses of BaseTestCase in org.apache.turbine.services.template
 class ClassTest
          Tests the class mapping of the Template Service for screen, layout and navigation.
 class DefaultsTest
          Tests all the various defaults for the Template Service.
 class InitTest
          Tests startup of the Template Service and registration of the Velocity Service.
 class TemplateTest
          Tests all the various template mappings for Screen and Layout templates of the template service.
 

Uses of BaseTestCase in org.apache.turbine.services.velocity
 

Subclasses of BaseTestCase in org.apache.turbine.services.velocity
 class PathConverterTest
          Tests startup of the Velocity Service and translation of various path patterns.
 

Uses of BaseTestCase in org.apache.turbine.test
 

Subclasses of BaseTestCase in org.apache.turbine.test
 class BaseTurbineTest
          A base class to implement tests that need a running Turbine framework on it.
 

Uses of BaseTestCase in org.apache.turbine.util
 

Subclasses of BaseTestCase in org.apache.turbine.util
 class BrowserDetectorTest
          Testing of the BrowserDetector class.
 class FormMessageTest
           
 

Uses of BaseTestCase in org.apache.turbine.util.parser
 

Subclasses of BaseTestCase in org.apache.turbine.util.parser
 class BaseValueParserTest
          Testing of the Fulcrum BaseValueParser class
 

Uses of BaseTestCase in org.apache.turbine.util.uri
 

Subclasses of BaseTestCase in org.apache.turbine.util.uri
 class TurbineURITest
          Testing of the TurbineURI class
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.