Update tests
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
80bd7c0ac9
commit
73317186df
@ -2,7 +2,7 @@
|
|||||||
* gclc-socket:net.bigeon.gclc.socket.RemoteDisconnectCommandTest.java
|
* gclc-socket:net.bigeon.gclc.socket.RemoteDisconnectCommandTest.java
|
||||||
* Created on: Nov 18, 2017
|
* Created on: Nov 18, 2017
|
||||||
*/
|
*/
|
||||||
package net.bigeon.gclc.socket;
|
package net.bigeon.gclc.socket.cmd;
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* #%L
|
* #%L
|
||||||
@ -47,6 +47,7 @@ import org.junit.Test;
|
|||||||
|
|
||||||
import net.bigeon.gclc.exception.CommandRunException;
|
import net.bigeon.gclc.exception.CommandRunException;
|
||||||
import net.bigeon.gclc.manager.PipedConsoleOutput;
|
import net.bigeon.gclc.manager.PipedConsoleOutput;
|
||||||
|
import net.bigeon.gclc.socket.DConnexionManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
@ -56,7 +57,7 @@ import net.bigeon.gclc.manager.PipedConsoleOutput;
|
|||||||
public class RemoteDisconnectCommandTest {
|
public class RemoteDisconnectCommandTest {
|
||||||
|
|
||||||
/** Test method for
|
/** Test method for
|
||||||
* {@link net.bigeon.gclc.socket.RemoteDisconnectCommand#execute(net.bigeon.gclc.manager.ConsoleOutput, net.bigeon.gclc.manager.ConsoleInput, java.lang.String[])}.
|
* {@link net.bigeon.gclc.socket.cmd.RemoteDisconnectCommand#execute(net.bigeon.gclc.manager.ConsoleOutput, net.bigeon.gclc.manager.ConsoleInput, java.lang.String[])}.
|
||||||
*
|
*
|
||||||
* @throws CommandRunException if the command unexpectedly failed.
|
* @throws CommandRunException if the command unexpectedly failed.
|
||||||
* @throws IOException if the output could not be written to */
|
* @throws IOException if the output could not be written to */
|
Loading…
Reference in New Issue
Block a user