[jbosstools-issues] [JBoss JIRA] (JBIDE-14527) Add source option to 'generate deployment method' on abstract classes

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun May 19 18:16:07 EDT 2013


Aslak Knutsen created JBIDE-14527:
-------------------------------------

             Summary: 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


{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


More information about the jbosstools-issues mailing list