public void ExceptionShouldBeOfExpectedType()
 {
     ThrownException.ShouldBeTypeOf <InvalidOperationException>();
 }
Exemplo n.º 2
0
 public void ShouldSeeException()
 {
     ThrownException.ShouldBeTypeOf <NotSupportedException>();
 }