YARN-5458. Rename DockerStopCommandTest to TestDockerStopCommand. Contributed by Shane Kumpf.
This commit is contained in:
parent
2e7c2a13a8
commit
7fc70c6422
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user