Package org.apache.james.test.mock.avalon

Examples of org.apache.james.test.mock.avalon.MockLogger


public class JamesTest extends MailServerTestAllImplementations {

    public MailServer createMailServer() {
        James james = new James();
        james.service(setUpServiceManager());
        MockLogger mockLogger = new MockLogger();
        mockLogger.disableDebug();
        james.enableLogging(mockLogger);
        try {
            JamesTestConfiguration conf = new JamesTestConfiguration();
            conf.init();
            james.configure(conf);
View Full Code Here

TOP

Related Classes of org.apache.james.test.mock.avalon.MockLogger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.