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

(cherry picked from commit 7fc70c6422)
This commit is contained in:
Varun Vasudev 2016-08-02 16:56:45 +05:30
parent 4e5409a2bb
commit b63e6c8027
1 changed files with 2 additions and 2 deletions

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;