public void Should_be_valid_with_all_properties_set() { // Given, When, Then Assert.DoesNotThrow(() => config.EnsureConfigurationIsValid()); }
public void Should_be_valid_with_all_properties_set() { // Given, When, Then config.EnsureConfigurationIsValid(); }