Issue Details (XML | Word | Printable)

Key: SHALE-261
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: sean schofield
Reporter: sean schofield
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Shale

AbstractJsfTestCase and AbstractJmockJsfTestCase should not provide a suite() method

Created: 21/Aug/06 04:53 PM   Updated: 23/Jan/07 04:40 PM
Return to search
Component/s: Test
Affects Version/s: 1.0.3-SNAPSHOT
Fix Version/s: 1.0.4


 Description  « Hide
As Mike K. pointed out, its a real PITA to have to add a suite() method to every test case when JUnit reflection does the job just fine. I've run some tests with the methods commented out and everything works fine (both in my IDE and in maven).

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #433284 Mon Aug 21 17:02:27 UTC 2006 schof Classes extending AbstractJsfTestCase and AbstractJmockJsfTestCase no longer need to provide a suite() method in order to run their tests. SHALE-261
Files Changed
MODIFY /shale/framework/trunk/shale-test/src/main/java/org/apache/shale/test/base/AbstractJsfTestCase.java
MODIFY /shale/framework/trunk/src/site/xdoc/features-test-framework.xml
MODIFY /shale/framework/trunk/shale-test/src/main/java/org/apache/shale/test/jmock/AbstractJmockJsfTestCase.java