public void BailsWhenNotConfigured () { CaoExporter exp = new CaoExporter(); exp.AfterPropertiesSet (); }
public void BailsWhenNotConfigured() { CaoExporter exp = new CaoExporter(); exp.AfterPropertiesSet(); }
public void BailsWhenNotConfigured() { CaoExporter exp = new CaoExporter(); Assert.Throws<ArgumentException>(() => exp.AfterPropertiesSet()); }
public void BailsWhenNotConfigured() { CaoExporter exp = new CaoExporter(); Assert.Throws <ArgumentException>(() => exp.AfterPropertiesSet()); }