Issue Type: Improvement Improvement
Assignee: Bruno P. Kinoshita
Components: testlink
Created: 31/Jan/13 5:09 PM
Description:

I use parameterized tests in my junit class, that makes my className#methodName looks like this:

testing.cases.AdvancedSearchTestCase
[0]
methodA[0]
methodB[0]
[1]
methodA[1]
methodB[1]

The brackets indicates my parameters, and methods A and B will be executed according to this parameters.

I can't make testlink read my method names, because they become dynamic.

Is there a way to use regular expressions on my custom fields (like example)?

ex:
testing.cases.AdvancedSearchTestCase#methodA[[0-9]]
testing.cases.AdvancedSearchTestCase#methodB[[0-9]]

Project: Jenkins
Priority: Major Major
Reporter: gustavo labbate godoy
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to