AfterPropertiesSet() public method

Publish the object
public AfterPropertiesSet ( ) : void
return void
Esempio n. 1
0
 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());
 }
Esempio n. 4
0
        public void BailsWhenNotConfigured()
        {
            CaoExporter exp = new CaoExporter();

            Assert.Throws <ArgumentException>(() => exp.AfterPropertiesSet());
        }