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 TestInBamboo extends AbstractComponentsInProductTest {
9   
10      @Override
11      ComponentExpectations getProductSpecificExpectations() {
12          return ComponentExpectations.BAMBOO;
13      }
14  }