Ejemplo n.º 1
0
        public void SetUp()
        {
            session     = new Mock <ISession>();
            destination = new Mock <IDestination>();

            testee = new ActiveMqPurger();
        }
        public void SetUp()
        {
            session = new Mock<ISession>();
            destination = new Mock<IDestination>();

            testee = new ActiveMqPurger();
        }