예제 #1
0
 public void SetLockAndCommandTimeoutThrowsOnNull()
 {
     Assert.Throws(typeof(ArgumentNullException), () => ReliableConnectionHelper.SetLockAndCommandTimeout(null));
 }