Apache.NMS.ActiveMQ.Test.NetTxConnectionFactoryTest.TestConfigureRecoveryPolicyLoggerTypeWithInvalidType C# (CSharp) Method

TestConfigureRecoveryPolicyLoggerTypeWithInvalidType() private method

private TestConfigureRecoveryPolicyLoggerTypeWithInvalidType ( [ baseConnectionURI ) : void
baseConnectionURI [
return void
        public void TestConfigureRecoveryPolicyLoggerTypeWithInvalidType(
            [Values("tcp://${activemqhost}:61616?nms.RecoveryPolicy.RecoveryLoggerType=invalid")]
            string baseConnectionURI)
        {
            INetTxConnectionFactory factory =
                new NetTxConnectionFactory(NMSTestSupport.ReplaceEnvVar(baseConnectionURI));

            using(IConnection connection = factory.CreateConnection()){}
        }