mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-06 01:59:08 +00:00
62a4ae05ab
element will have to be change. this is an example of the differences in testing patterns. The FooBarTestCase.java used in beanutils provides a nice way to grab on to the tests while leaving test classes out of the picture while not having to explicitly write a TestAll running. So with the introduction of a nice pattern that is used in Bean utils you don't need a runner and test classes will be ommitted and you can just add test cases and go, no need to modify anything else. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130749 13f79535-47bb-0310-9956-ffa450edef68
5 lines
64 B
XML
5 lines
64 B
XML
<project default="java:jar"
|
|
xmlns:j="jelly:core">
|
|
|
|
</project>
|