}
@Test
public void contstructor_non_persistent() throws CourierException, URISyntaxException
{
JMSEpr jmsEpr = new JMSEpr( ONE_ONE_PROTOCOL, expectedDestinationType, expectedDestination ,
expectedConnectionFactory,
nullEnvironment, expectedSelector, NON_PERSISTENT);
assertDefaults( jmsEpr.getDestinationName(), jmsEpr.getConnectionFactory(), jmsEpr.getDestinationType() );
assertEquals( ONE_ONE_PROTOCOL, jmsEpr.getVersion() );
assertEquals( expectedSelector, jmsEpr.getMessageSelector() );
assertEquals( NON_PERSISTENT, jmsEpr.getPersistent() );
}