Class InternalTestModule
java.lang.Object
org.apache.tapestry5.internal.t5internal.modules.InternalTestModule
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 via
ImportModule
.- Since:
- 5.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
provideT5InternalLibrary
(Configuration<LibraryMapping> configuration)
-
Constructor Details
-
InternalTestModule
public InternalTestModule()
-
-
Method Details
-
provideT5InternalLibrary
@Contribute(ComponentClassResolver.class) public static void provideT5InternalLibrary(Configuration<LibraryMapping> configuration)
-