Registers an object type on the server as a Client Activated Object (CAO).
Inheritance: Spring.Remoting.Support.ConfigurableLifetime, IApplicationContextAware, IObjectFactoryAware, IInitializingObject, IDisposable
Ejemplo n.º 1
0
 public void BailsWhenNotConfigured ()
 {
     CaoExporter exp = new CaoExporter();
     exp.AfterPropertiesSet ();
 }
Ejemplo n.º 2
0
        public void BailsWhenNotConfigured()
        {
            CaoExporter exp = new CaoExporter();

            exp.AfterPropertiesSet();
        }
Ejemplo n.º 3
0
 public void BailsWhenNotConfigured()
 {
     CaoExporter exp = new CaoExporter();
     Assert.Throws<ArgumentException>(() => exp.AfterPropertiesSet());
 }
Ejemplo n.º 4
0
        public void BailsWhenNotConfigured()
        {
            CaoExporter exp = new CaoExporter();

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