public void ExtractReturnsNull(object value) { var ic = new NullIdentityChecker(); Assert.IsNull(ic.ExtractId(value)); }
public void IdNotSupported(Type type) { var ic = new NullIdentityChecker(); Assert.IsFalse(ic.SupportsId(type)); }