Class MetricUtilsTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.metrics.dropwizard.MetricUtilsTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
MetricUtilsTest
public MetricUtilsTest()
-
-
Method Details
-
setup
public void setup() -
tearDown
public void tearDown() -
shouldCreateMetricCacheWithProvidedMetricRegistry
public void shouldCreateMetricCacheWithProvidedMetricRegistry() -
shouldCreateMetricCacheWithDefaultMetricRegistryIfNotProvided
public void shouldCreateMetricCacheWithDefaultMetricRegistryIfNotProvided() -
shouldBuildMeterNameAndCreateMeterOnlyOnceForMultipleCalls
public void shouldBuildMeterNameAndCreateMeterOnlyOnceForMultipleCalls() -
shouldCreateMetricNameWithoutTenantIfNoActiveTenant
public void shouldCreateMetricNameWithoutTenantIfNoActiveTenant() throws InterruptedException, TimeoutException, ExecutionException
-