Ejemplo n.º 1
0
        public void Benchmark_FetchAssociate(BenchmarkContext context)
        {
            _assocFetchCounter = context.GetCounter("AssociateFetchCounter");
            var postResponse = _assocController.GetAssociates();

            _assocFetchCounter.Increment();
        }
Ejemplo n.º 2
0
        public void GetAssociatesTest()
        {
            var associateList = associatesController.GetAssociates();

            Assert.IsNotNull(associateList);
        }