Package com.taobao.metamorphosis.network

Examples of com.taobao.metamorphosis.network.VersionCommand


    public void testHandleRequest() throws Exception {
        final int opaque = 1;
        this.conn.response(new BooleanCommand(HttpStatus.Success, BuildProperties.VERSION, opaque));
        EasyMock.expectLastCall();
        this.mocksControl.replay();
        this.processor.handleRequest(new VersionCommand(opaque), this.conn);
        this.mocksControl.verify();
    }
View Full Code Here

TOP

Related Classes of com.taobao.metamorphosis.network.VersionCommand

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.