[
https://issues.apache.org/jira/browse/JEXL-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-89.
-------------------------------
Resolution: Fixed
URL: http://svn.apache.org/viewvc?rev=809328&view=rev
Log:
Removed suite() and main() methods from tests.
Left one main() in JexlTestCase that can run any JEXL test from its arguments.
Modified:
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/BitwiseOperatorTest.java
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/CacheTest.java
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTest.java
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/junit/AsserterTest.java
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/parser/ParserTest.java
> Drop main() and suite() methods from Test cases
> -----------------------------------------------
>
> Key: JEXL-89
> URL: https://issues.apache.org/jira/browse/JEXL-89
> Project: Commons JEXL
> Issue Type: Improvement
> Reporter: Sebb
> Assignee: Henri Biestro
> Fix For: 2.0
>
>
> The main methods in the test cases serve little purpose, as it is easy to run
> tests from Surefire or IDEs such as Eclipse.
> Likewise, the suite() methods don't achieve anything and could be removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.