[
https://issues.jboss.org/browse/JBIDE-14527?page=com.atlassian.jira.plugi...
]
Snjezana Peco updated JBIDE-14527:
----------------------------------
Fix Version/s: 4.1.1.Alpha1
(was: 4.1.1.Final)
Add source option to 'generate deployment method' on abstract
classes
---------------------------------------------------------------------
Key: JBIDE-14527
URL:
https://issues.jboss.org/browse/JBIDE-14527
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: testing-tools
Reporter: Aslak Knutsen
Assignee: Snjezana Peco
Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
{code}
@RunWith(Arquillian.class)
public abstract class AbstractTest
{
@Test
public void testa() {}
}
{code}
This should show no warning on 'missing deployment method' since it's a
common pattern to have @Test's in a superclass with multiple sub classes that define
deployments, but it's also a common pattern to have the deployment defined in a super
class and multiple sub classes with different testing scenarios.
Given a abstract class
When there is no deployment method
Then give the 'source' option to 'generate deployment method'
--
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