View Javadoc
1   package it.com.atlassian.plugin.refimpl;
2   
3   import com.atlassian.pageobjects.TestedProductFactory;
4   import com.atlassian.webdriver.refapp.RefappTestedProduct;
5   import junit.framework.TestCase;
6   
7   public class AbstractRefappTestCase {
8       protected static final RefappTestedProduct PRODUCT = TestedProductFactory.create(RefappTestedProduct.class);
9   }