Class RegressionTest


  • public class RegressionTest
    extends java.lang.Object
    A helper class for importing, mapping, and removing known projects before and after tests
    Author:
    Ben Holland
    • Constructor Summary

      Constructors 
      Constructor Description
      RegressionTest()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setUpBeforeClass​(org.osgi.framework.Bundle bundle, java.lang.String relativeArchivedProjectPath, java.lang.String projectName)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegressionTest

        public RegressionTest()
    • Method Detail

      • setUpBeforeClass

        public static void setUpBeforeClass​(org.osgi.framework.Bundle bundle,
                                            java.lang.String relativeArchivedProjectPath,
                                            java.lang.String projectName)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception