public void an_aggregate_not_found_exception_is_thrown() => CaughtException.ShouldBeOfType <AggregateNotFoundException>();
 public void a_HostedEnvironmentConfigurationException_is_thrown() => CaughtException.ShouldBeOfType <HostedEnvironmentConfigurationException>();
Exemplo n.º 3
0
 public void a_EventStoreConcurrencyException_should_be_thrown() => CaughtException.ShouldBeOfType <EventStoreConcurrencyException>();