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