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.
-
You can reply to this email to add a comment to the issue online.