Ejemplo n.º 1
0
        /// <summary>
        /// Test runner.
        /// </summary>
        /// <remarks>
        /// This is just a stub for running the complete mailbox execution to aid in debugging, it is by no means a proper integration test.  It is used
        /// mostly to interrogate the populated entities returned from the mailbox fetch in the debugger.
        /// 
        /// Don't hate me, I know you have done this kind of thing before too... ;)
        /// </remarks>
        public void Runner()
        {
            // create the instance
            var mailboxReader = new MailboxReader(Helpers.GetBugNetConfig());

            // read the mail for the mailboxes
            var result = mailboxReader.ReadMail();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Test runner.
        /// </summary>
        /// <remarks>
        /// This is just a stub for running the complete mailbox execution to aid in debugging, it is by no means a proper integration test.  It is used
        /// mostly to interrogate the populated entities returned from the mailbox fetch in the debugger.
        ///
        /// Don't hate me, I know you have done this kind of thing before too... ;)
        /// </remarks>
        public void Runner()
        {
            // create the instance
            var mailboxReader = new MailboxReader(Helpers.GetBugNetConfig());

            // read the mail for the mailboxes
            var result = mailboxReader.ReadMail();
        }