コード例 #1
0
 public void TestGetAllAttributes()
 {
     var allAttributes = helper.GetAllAttributes <FakeAttribute>();
     //calling it does not throw exception but we can not verify because it is not getting attributes in unit dll
 }