Esempio n. 1
0
 public static void IsNotType <T>(this IAssert assert, object @object)
 {
     assert.IsNotType(typeof(T), @object);
 }