View Javadoc
1   package it.perproduct;
2   
3   import it.allproducts.ComponentExpectations;
4   
5   /**
6    * Test component imports and exports of the test plugin when actually installed in the product.
7    */
8   public class TestInJiraBtf extends AbstractComponentsInProductTest {
9   
10      @Override
11      ComponentExpectations getProductSpecificExpectations() {
12          return ComponentExpectations.JIRA_BTF;
13      }
14  }