Package org.apache.commons.chain.impl
package org.apache.commons.chain.impl
-
ClassDescriptionTest case for the
CatalogBase
class.Test case for theCatalogFactoryBase
class.ChainBaseEx<C extends Context>ExtendedChainBase
for testing.Test case for theChainBase
class.Test case for theContextBase
class.Implementation ofCommand
that logs its identifier and and delegates to the rest of the chain.Implementation ofFilter
that logs its identifier and and delegates to the rest of the chain.Implementation ofCommand
that logs its identifier and and throws an Exception.Implementation ofFilter
that logs its identifier and and throws an Exception.Implementation ofCommand
that simply logs its identifier and returns.Implementation ofFilter
that logs its identifier and and returns [@code true}.Subclass ofContextBase
to exercise the automatic delegation to properties of theContext
class.Extension ofContextBaseTestCase
to validate property delegation.