Class TestHelper


  • @Deprecated(forRemoval=true)
    public final class TestHelper
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use config-it and/or mdsal-it instead.
    Helper utility for running IT tests.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CONTROLLER
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static String CONTROLLER_MODELS
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static String MDSAL
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static String MDSAL_MODELS
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static String YANGTOOLS
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static org.ops4j.pax.exam.Option baseModelBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option bindingAwareSalBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option bindingIndependentSalBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option configMinumumBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option flowCapableModelBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option junitAndMockitoBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option mdSalCoreBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option protocolFrameworkBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.ops4j.pax.exam.Option salTestModelBundles()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return an option containing models for testing purposes.
    • Field Detail

      • CONTROLLER

        public static final String CONTROLLER
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • MDSAL

        public static final String MDSAL
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • YANGTOOLS

        public static final String YANGTOOLS
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • CONTROLLER_MODELS

        public static final String CONTROLLER_MODELS
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • MDSAL_MODELS

        public static final String MDSAL_MODELS
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Method Detail

      • mdSalCoreBundles

        public static org.ops4j.pax.exam.Option mdSalCoreBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • configMinumumBundles

        public static org.ops4j.pax.exam.Option configMinumumBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • bindingAwareSalBundles

        public static org.ops4j.pax.exam.Option bindingAwareSalBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • bindingIndependentSalBundles

        public static org.ops4j.pax.exam.Option bindingIndependentSalBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • protocolFrameworkBundles

        public static org.ops4j.pax.exam.Option protocolFrameworkBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • flowCapableModelBundles

        public static org.ops4j.pax.exam.Option flowCapableModelBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • salTestModelBundles

        public static org.ops4j.pax.exam.Option salTestModelBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return an option containing models for testing purposes.
        Returns:
        option containing models for testing purposes
      • baseModelBundles

        public static org.ops4j.pax.exam.Option baseModelBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • junitAndMockitoBundles

        public static org.ops4j.pax.exam.Option junitAndMockitoBundles()
        Deprecated, for removal: This API element is subject to removal in a future version.