Class TestHelper
- java.lang.Object
-
- org.opendaylight.controller.test.sal.binding.it.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 StringCONTROLLERDeprecated, for removal: This API element is subject to removal in a future version.static StringCONTROLLER_MODELSDeprecated, for removal: This API element is subject to removal in a future version.static StringMDSALDeprecated, for removal: This API element is subject to removal in a future version.static StringMDSAL_MODELSDeprecated, for removal: This API element is subject to removal in a future version.static StringYANGTOOLSDeprecated, 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.OptionbaseModelBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionbindingAwareSalBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionbindingIndependentSalBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionconfigMinumumBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionflowCapableModelBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionjunitAndMockitoBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionmdSalCoreBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionprotocolFrameworkBundles()Deprecated, for removal: This API element is subject to removal in a future version.static org.ops4j.pax.exam.OptionsalTestModelBundles()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.
-
-