YARN-5458. Rename DockerStopCommandTest to TestDockerStopCommand. Contributed by Shane Kumpf.

This commit is contained in:
Varun Vasudev 2016-08-02 16:56:45 +05:30
parent 2e7c2a13a8
commit 7fc70c6422

View File

@ -20,7 +20,7 @@
package org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
@ -28,7 +28,7 @@
* Tests the docker stop command and its command
* line arguments.
*/
public class DockerStopCommandTest {
public class TestDockerStopCommand {
private DockerStopCommand dockerStopCommand;