Class DefaultProductConfigurableCheckerTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.product.impl.DefaultProductConfigurableCheckerTest
-
@UnitTest public class DefaultProductConfigurableCheckerTest extends java.lang.Object
Unit tests forDefaultProductConfigurableChecker
-
-
Constructor Summary
Constructors Constructor Description DefaultProductConfigurableCheckerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetFirstConfiguratorType()voidtestGetFirstConfiguratorTypeEmptySettings()voidtestGetFirstConfiguratorTypeNoSettings()voidtestIsProductConfigurableFalse()voidtestIsProductConfigurableNullProduct()voidtestIsProductConfigurableTrue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testIsProductConfigurableNullProduct
public void testIsProductConfigurableNullProduct()
-
testIsProductConfigurableTrue
public void testIsProductConfigurableTrue()
-
testIsProductConfigurableFalse
public void testIsProductConfigurableFalse()
-
testGetFirstConfiguratorType
public void testGetFirstConfiguratorType()
-
testGetFirstConfiguratorTypeNoSettings
public void testGetFirstConfiguratorTypeNoSettings()
-
testGetFirstConfiguratorTypeEmptySettings
public void testGetFirstConfiguratorTypeEmptySettings()
-
-