Class JUnit3Provider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.osgi.framework.Version VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnit3Provider()  
    • Field Detail

      • VERSION

        private static final org.osgi.framework.Version VERSION
    • Constructor Detail

      • JUnit3Provider

        public JUnit3Provider()
    • Method Detail

      • getSurefireProviderClassName

        public java.lang.String getSurefireProviderClassName()
        Description copied from interface: TestFrameworkProvider
        Fully qualified class name of the surefire provider (must implement contract http://maven.apache.org/plugins/maven-surefire-plugin/api.html ).
      • getVersion

        public org.osgi.framework.Version getVersion()
        Description copied from interface: TestFrameworkProvider
        The test framework version. If several providers of the same type are enabled, the one with the highest version wins.
      • getRequiredBundles

        public java.util.List<org.apache.maven.model.Dependency> getRequiredBundles()
        Description copied from interface: TestFrameworkProvider
        The list of OSGi bundles required by the test framework provider as maven artifacts. The groupId, artifactId and optionally version (if != null) will be matched against the plugin dependencies of tycho-surefire-plugin.