File tree Expand file tree Collapse file tree
src/test/java/com/github/dockerjava Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010import java .util .Map ;
1111
1212import static com .github .dockerjava .core .RemoteApiVersion .VERSION_1_21 ;
13- import static com .github .dockerjava .core .RemoteApiVersion .VERSION_1_24 ;
1413import static com .github .dockerjava .core .RemoteApiVersion .VERSION_1_25 ;
1514import static com .github .dockerjava .junit .DockerAssume .assumeNotSwarm ;
1615import static com .github .dockerjava .junit .DockerMatchers .isGreaterOrEqual ;
Original file line number Diff line number Diff line change 55import com .github .dockerjava .api .model .EndpointResolutionMode ;
66import com .github .dockerjava .api .model .EndpointSpec ;
77import com .github .dockerjava .api .model .Mount ;
8- import com .github .dockerjava .api .model .MountType ;
98import com .github .dockerjava .api .model .Network ;
109import com .github .dockerjava .api .model .NetworkAttachmentConfig ;
1110import com .github .dockerjava .api .model .PortConfig ;
Original file line number Diff line number Diff line change 2121import static com .github .dockerjava .junit .DockerRule .DEFAULT_IMAGE ;
2222import static org .hamcrest .MatcherAssert .assertThat ;
2323import static org .hamcrest .Matchers .hasSize ;
24- import static org .hamcrest .Matchers .is ;
2524
2625public class ListServicesCmdExecIT extends SwarmCmdIT {
2726 public static final Logger LOG = LoggerFactory .getLogger (CreateServiceCmdExecIT .class );
Original file line number Diff line number Diff line change 2424
2525import static org .hamcrest .core .Is .is ;
2626import static org .junit .Assert .assertThat ;
27- import static org .junit .Assert .assertTrue ;
2827
2928public class LogSwarmObjectIT extends SwarmCmdIT {
3029 @ Test
Original file line number Diff line number Diff line change 2020
2121import static com .github .dockerjava .cmd .CmdIT .FactoryType .JERSEY ;
2222import static com .github .dockerjava .cmd .CmdIT .FactoryType .NETTY ;
23- import static org .hamcrest .MatcherAssert .assertThat ;
24- import static org .hamcrest .core .IsNull .notNullValue ;
2523
2624/**
2725 * @author Kanstantsin Shautsou
Original file line number Diff line number Diff line change 22
33import com .github .dockerjava .junit .category .SwarmModeIntegration ;
44import org .junit .experimental .categories .Categories ;
5- import org .junit .runner .RunWith ;
65
76//@RunWith(Categories.class)
87@ Categories .IncludeCategory (SwarmModeIntegration .class )
You can’t perform that action at this time.
0 commit comments