Class TestSupport


  • public abstract class TestSupport
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.osgi.service.cm.ConfigurationAdmin configurationAdmin  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestSupport()  
    • Field Detail

      • configurationAdmin

        @Inject
        protected org.osgi.service.cm.ConfigurationAdmin configurationAdmin
    • Constructor Detail

      • TestSupport

        public TestSupport()
    • Method Detail

      • workingDirectory

        protected java.lang.String workingDirectory()
      • findFreePort

        protected int findFreePort()
      • httpPort

        protected int httpPort()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • baseConfiguration

        protected org.ops4j.pax.exam.options.ModifiableCompositeOption baseConfiguration()
      • failOnUnresolvedBundles

        protected org.ops4j.pax.exam.Option failOnUnresolvedBundles()
      • localMavenRepo

        protected org.ops4j.pax.exam.Option localMavenRepo()
      • testBundle

        protected org.ops4j.pax.exam.Option testBundle​(java.lang.String systemProperty)
      • buildBundleWithBnd

        protected org.ops4j.pax.exam.Option buildBundleWithBnd​(java.lang.Class... classes)