Class TrackingRecorderImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.tracking.impl.TrackingRecorderImplTest
-
@UnitTest public class TrackingRecorderImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TrackingRecorderImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecordCreateConfigurationTest()voidrecordCreateConfigurationTestDisabled()voidsetup()voidtestNotifyWriters()voidtestRecordCartEventAddToCart()voidtestRecordCartEventDelete()voidtestRecordUpdateCartEntry()voidtestRecordUpdateConfiguration()voidtestRecordUpdateConfigurationDisabled()
-
-
-
Method Detail
-
setup
public void setup()
-
recordCreateConfigurationTest
public void recordCreateConfigurationTest()
-
recordCreateConfigurationTestDisabled
public void recordCreateConfigurationTestDisabled()
-
testRecordUpdateConfiguration
public void testRecordUpdateConfiguration()
-
testRecordUpdateConfigurationDisabled
public void testRecordUpdateConfigurationDisabled()
-
testNotifyWriters
public void testNotifyWriters()
-
testRecordCartEventDelete
public void testRecordCartEventDelete()
-
testRecordCartEventAddToCart
public void testRecordCartEventAddToCart()
-
testRecordUpdateCartEntry
public void testRecordUpdateCartEntry()
-
-