protected void setUp() throws Exception {
super.setUp();
sessionFactory = new PoolableSessionFactory(
ADDRESS, PORT, SMSC_USERNAME, SMSC_PASSWORD, ASYNC_BINDTYPE);
// Create the mock SMSC and start it listening.
testSimulator = new TestSimulator(PORT);
listener = new MessageListener();
testSimulator.start(listener);
}