demo.org.powermock.examples.tutorial.partialmocking.dao.domain.impl
Class ConnectionImpl

java.lang.Object
  extended by demo.org.powermock.examples.tutorial.partialmocking.dao.domain.impl.ConnectionImpl
All Implemented Interfaces:
Connection

public class ConnectionImpl
extends Object
implements Connection


Constructor Summary
ConnectionImpl()
           
 
Method Summary
 void disconnect()
           
 void send(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionImpl

public ConnectionImpl()
Method Detail

disconnect

public void disconnect()
Specified by:
disconnect in interface Connection

send

public void send(byte[] data)
Specified by:
send in interface Connection


Copyright © 2007-2012. All Rights Reserved.