Fixing the folder hierarchy issue
This commit is contained in:
Родитель
f2c45328ec
Коммит
154f54213d
|
@ -1,4 +1,4 @@
|
|||
package vmOpsTool;
|
||||
|
||||
|
||||
public class ConnectionData {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package vmOpsTool;
|
||||
|
||||
|
||||
public interface IVMWare {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package vmOpsTool;
|
||||
|
||||
|
||||
import java.util.*;
|
||||
import javax.xml.ws.BindingProvider;
|
|
@ -1,4 +1,4 @@
|
|||
package vmOpsTool;
|
||||
|
||||
|
||||
import java.util.*;
|
||||
|
|
@ -1,9 +1,6 @@
|
|||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import vmOpsTool.ConnectionData;
|
||||
import vmOpsTool.IVMWare;
|
||||
|
||||
public class InMemoryVMWareImpl implements IVMWare {
|
||||
|
||||
private Map<String, Map<String, Integer>> vmSnapshotInfo = new HashMap<String, Map<String, Integer>>();
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import vmOpsTool.IVMWare;
|
||||
|
||||
public class InMemoryVMWareImplPlatformTests extends VMWarePlatformTests{
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
import vmOpsTool.IVMWare;
|
||||
import vmOpsTool.VMWareImpl;
|
||||
|
||||
public class VMWareImplPlatformTests extends VMWarePlatformTests {
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,16 +1,7 @@
|
|||
import java.security.KeyManagementException;
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
import javax.net.ssl.HostnameVerifier;
|
||||
import javax.net.ssl.HttpsURLConnection;
|
||||
import javax.net.ssl.SSLSession;
|
||||
import org.junit.Test;
|
||||
|
||||
import vmOpsTool.ConnectionData;
|
||||
import vmOpsTool.IVMWare;
|
||||
|
||||
import static org.assertj.core.api.Assertions.*;
|
||||
|
||||
public abstract class VMWarePlatformTests {
|
||||
private String vCenterUserName = "Administrator@vsphere.local";
|
||||
private String vCenterPassword = "Password~1";
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
|
||||
import org.junit.Test;
|
||||
import static org.assertj.core.api.Assertions.*;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import vmOpsTool.ConnectionData;
|
||||
import vmOpsTool.VmOpsTool;
|
||||
import org.junit.Test;
|
||||
|
||||
public class VmOpsToolUnitTests {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче