Esempio n. 1
0
 public ICombined1 Combined()
 {
     return(_benchmark.Combined());
 }
        public void Combined()
        {
            ICombined1 value = _benchmark.Combined();

            Assert.IsType <Combined1>(value);
        }