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

            Assert.IsType <Transient1>(value);
        }