Esempio n. 1
0
        public void Hoge_should_be_callable_indirectly()
        {
            using (new IndirectionsContext())
            {
                // Arrange
                PAB <int> .HogeListOfIsGenericNestedParameterArray().Body = (@this, arg) => { };

                // Act, Assert
                Assert.DoesNotThrow(() => new global::UntestableLibrary.IgnoreCA1724.IsGenericNestedParameter.A.B <int>().Hoge(null));
            }
        }
Esempio n. 2
0
 //public Student()
 //{
 //    Year = year;
 //}
 public void M(PAB pAB)
 {
 }