Class MetricsReporterServiceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class MetricsReporterServiceTest extends ServicelayerBaseTest
  • Constructor Details

    • MetricsReporterServiceTest

      public MetricsReporterServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldCreateConfiguredMetricReporterBasedOnDefaultConfiguration

      public void shouldCreateConfiguredMetricReporterBasedOnDefaultConfiguration()
    • shouldUseDefaultsWhenNoConfigurationProvided

      public void shouldUseDefaultsWhenNoConfigurationProvided()
    • shouldUseDefaultsWhenNoConfigurationProvidedButEnabledOnCCV2

      public void shouldUseDefaultsWhenNoConfigurationProvidedButEnabledOnCCV2()
    • shouldCreateReporterForValidConfiguration

      public void shouldCreateReporterForValidConfiguration()
    • shouldNotCreateReporterForValidConfiguration

      public void shouldNotCreateReporterForValidConfiguration()
    • shouldNotCreateReporterForInvalidEnabledConfiguration

      public void shouldNotCreateReporterForInvalidEnabledConfiguration()
    • shouldUseDefaultReportingPeriodForInvalidConfigurationOnStart

      public void shouldUseDefaultReportingPeriodForInvalidConfigurationOnStart()
    • shouldUseDefaultReportingPeriodForInvalidConfigurationWhileRunning

      public void shouldUseDefaultReportingPeriodForInvalidConfigurationWhileRunning()
    • shouldRecreateReporterOnPeriodChange

      public void shouldRecreateReporterOnPeriodChange()
    • shouldUseDefaultFilterValueWhenNoValidFilterDefined

      public void shouldUseDefaultFilterValueWhenNoValidFilterDefined()
    • shouldUseDefaultFilterValueWhenFilterExpressionIsMalformed

      public void shouldUseDefaultFilterValueWhenFilterExpressionIsMalformed()
    • shouldRecreateReporterOnFilterChange

      public void shouldRecreateReporterOnFilterChange()
    • shouldRecreateReporterOnFilterAdd

      public void shouldRecreateReporterOnFilterAdd()
    • shouldStartReporterWhenEnablePropertySwitchedTrue

      public void shouldStartReporterWhenEnablePropertySwitchedTrue()
    • shouldStopReporterWhenEnablePropertySwitchedFalse

      public void shouldStopReporterWhenEnablePropertySwitchedFalse()