Skip to content

Commit

Permalink
Renamed LocalDocker to UnixDocker and RemoteDocker to TcpDocker.
Browse files Browse the repository at this point in the history
  • Loading branch information
irinil committed Mar 20, 2020
1 parent 2e2a9a0 commit 8e6631d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Expand Up @@ -43,7 +43,7 @@
* @version $Id$
* @since 0.0.1
*/
public final class LocalUnixDockerITCase {
public final class LocalDockerITCase {

/**
* LocalUnixDocker can ping the Docker Engine.
Expand Down
Expand Up @@ -39,7 +39,7 @@
* @version $Id$
* @since 0.0.1
*/
public final class LocalUnixDockerTestCase {
public final class LocalDockerTestCase {

/**
* LocalUnixDocker can be instantiated.
Expand Down
Expand Up @@ -37,18 +37,14 @@
import org.mockito.Mockito;

/**
<<<<<<< HEAD:src/test/java/com/amihaiemil/docker/RemoteDockerTestCase.java
* Unit tests for {@link TcpDocker}.
=======
* Unit tests for {@link RemoteTcpDocker}.
>>>>>>> e464b1a151c7ee5bb102fd9e5034724e7458b29d:src/test/java/com/amihaiemil/docker/RemoteTcpDockerTestCase.java
* Unit tests for {@link RemoteDocker}.
* @author George Aristy (george.aristy@gmail.com)
* @version $Id$
* @since 0.0.1
* @checkstyle MethodName (500 lines)
*/

public final class RemoteTcpDockerTestCase {
public final class RemoteDockerTestCase {

/**
* Ping must be TRUE if response is OK.
Expand Down

0 comments on commit 8e6631d

Please sign in to comment.