예제 #1
0
        public void GetCounter()
        {
            var counter = _metrics.GetCounter(_counter.Object.Name);

            counter.Should().Be(_counter.Object);
        }