Class AbstractJUnitProvider

    • Constructor Detail

      • AbstractJUnitProvider

        public AbstractJUnitProvider()
    • Method Detail

      • isEnabled

        public boolean isEnabled​(List<ClasspathEntry> testBundleClassPath,
                                 Properties surefireProperties)
        Description copied from interface: TestFrameworkProvider
        Whether this provider should be enabled for the given test bundle classpath and surefire properties.
        Specified by:
        isEnabled in interface TestFrameworkProvider
        Parameters:
        testBundleClassPath - classpath of the test bundle
        surefireProperties - surefire provider properties
      • getJUnitVersionRange

        protected abstract org.osgi.framework.VersionRange getJUnitVersionRange()
      • getJUnitBundleNames

        protected abstract Set<String> getJUnitBundleNames()