Class InternalTestModule
- java.lang.Object
-
- org.apache.tapestry5.internal.t5internal.modules.InternalTestModule
-
public class InternalTestModule extends Object
Provides the "t5internal" library, that provides common text utilities needed by some of the other projects' integration tests. To normalize in-IDE development with command-line development, this module is not set up to auto load via a manifest attribute, instead it is referenced viaImportModule
.- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description InternalTestModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
provideT5InternalLibrary(Configuration<LibraryMapping> configuration)
-
-
-
Constructor Detail
-
InternalTestModule
public InternalTestModule()
-
-
Method Detail
-
provideT5InternalLibrary
@Contribute(ComponentClassResolver.class) public static void provideT5InternalLibrary(Configuration<LibraryMapping> configuration)
-
-