コード例 #1
0
 public void NoExceptionIsThrown()
 {
     // Specifying failover regions mean that messages can be registered more than once.
     ThrownException.ShouldBeNull();
 }
コード例 #2
0
 public void ExceptionIsNotThrown()
 {
     ThrownException.ShouldBeNull();
 }
コード例 #3
0
 public void NoExceptionIsThrownByConfig()
 {
     ThrownException.ShouldBeNull();
 }