C# Class Tests.StatsdSenderTests.ThreadSafeConsumerProducerSenderTests

Inheritance: StatsdSenderTests
Mostra file Open project: Kyle2123/statsd-csharp-client

Private Methods

Method Description
aggregates_counters ( ) : void
aggregates_gauges ( ) : void
bundles_multiple_metrics_into_one_packet ( ) : void
does_not_aggregate_timers ( ) : void
does_not_block ( ) : void
does_not_blow_up_if_metric_command_throws ( ) : void
does_not_blow_up_if_udp_send_throws ( ) : void
does_not_exceed_max_packet_size ( ) : void
sends_after_delay ( ) : void
stops_worker_threads_after_dispose ( ) : void