Пример #1
0
 public static T     assert_Is_Not_Null <T>     (this T target) where T : class
 {
     return(nUnitTests.assert_Is_Not_Null(target));
 }