[
https://issues.apache.org/jira/browse/TAP5-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-1183.
--------------------------------------
Resolution: Won't Fix
The Selenium and TestNG support in Tapestry can be considered "for internal use
only" in 5.4; I favor Spock and Geb now and encourage their use.
> Factor out TestUtils methods that aren't assertion-related so they can be
> used wihout requiring TestNG in teh classpath.
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: TAP5-1183
> URL: https://issues.apache.org/jira/browse/TAP5-1183
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-ioc
> Affects Versions: 5.2
> Reporter: Christian E Gruber
> Attachments: extract-property-utils.patch
>
>
> TestUtils provides two classes of functionality - one which provides
> additional Assertions, and other which provides methods for handling
> components containing @Property annotations.
> TestUtils forms the base class for TestBase, in order to conveniently provide
> access to the assertion methods, and to that end also inherits
> org.testng.Assert. The second class of functionality is valuable regardless
> of your testing framework, but requires that TestNG be in the classpath to
> satisfy the structural dependency. It would be preferable for these three
> (plus one private) methods to be pulled out of TestUtils into another class,
> perhaps with delegating methods retained for backwards compatibility.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira