Issue Details (XML | Word | Printable)

Key: CLOV-74
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Nick Pellow [Atlassian]
Reporter: Nick Pellow [Atlassian]
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Clover

add "returntype" attribute testmethod element

Created: 23/Oct/07 07:02 PM   Updated: 24/Oct/07 12:03 AM
Component/s: Ant Tasks
Affects Version/s: 2.0.1
Fix Version/s: 2.0.2

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Issue Links:
Blocker
 

Participants: Nick Pellow [Atlassian]
Since last comment: 1 year, 5 weeks, 5 days ago
Resolution Date: 24/Oct/07 12:03 AM
Labels:

Sub-Tasks  All   Open   

 Description  « Hide
This will allow junit tests to only be instrumented as tests if they have a void return type, say.
The default will be .* however.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Pellow [Atlassian] added a comment - 24/Oct/07 12:03 AM
Doco can now be extended.
An example of this change is:

[code]
<testsources dir="src">
<testclass name=".*Test">
<testmethod returnType="void" name="test.*"/>
</testclass>
</testsources>
[code]