testProps.setProperty(TRANSACTED_PUBLISHER_PROPNAME, true);
testProps.setProperty(ROLLBACK_PUBLISHER_PROPNAME, true);
// Run the default test sequence over the test circuit checking for no errors.
CircuitFactory circuitFactory = getCircuitFactory();
Circuit testCircuit = circuitFactory.createCircuit(getConnection(), testProps);
assertNoFailures(testCircuit.test(1,
assertionList(testCircuit.getPublisher().noExceptionsAssertion(testProps),
testCircuit.getReceiver().noMessagesReceivedAssertion(testProps))));
}