Tests.MetricIntegrationTests.Timer.timer_with_no_config_setup_should_not_send_metric C# (CSharp) Method

timer_with_no_config_setup_should_not_send_metric() private method

private timer_with_no_config_setup_should_not_send_metric ( ) : void
return void
            public void timer_with_no_config_setup_should_not_send_metric()
            {
                Metrics.Configure(new MetricsConfig());

                Metrics.Timer("timer", 6);
                Assert.That(LastPacketMessageReceived(), Is.Null);
            }