/*- * ============LICENSE_START======================================================= * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= */ package com.woorea.openstack.nova.model; import org.junit.Test; public class ServerForCreateTest { @Test public void getName() throws Exception { } @Test public void setName() throws Exception { } @Test public void getAdminPass() throws Exception { } @Test public void setAdminPass() throws Exception { } @Test public void getImageRef() throws Exception { } @Test public void setImageRef() throws Exception { } @Test public void getFlavorRef() throws Exception { } @Test public void setFlavorRef() throws Exception { } @Test public void getAccessIPv4() throws Exception { } @Test public void setAccessIPv4() throws Exception { } @Test public void getAccessIPv6() throws Exception { } @Test public void setAccessIPv6() throws Exception { } @Test public void getMin() throws Exception { } @Test public void setMin() throws Exception { } @Test public void getMax() throws Exception { } @Test public void setMax() throws Exception { } @Test public void getDiskConfig() throws Exception { } @Test public void setDiskConfig() throws Exception { } @Test public void getKeyName() throws Exception { } @Test public void setKeyName() throws Exception { } @Test public void getPersonality() throws Exception { } @Test public void setPersonality() throws Exception { } @Test public void getMetadata() throws Exception { } @Test public void setMetadata() throws Exception { } @Test public void getSecurityGroups() throws Exception { } @Test public void getUserData() throws Exception { } @Test public void setUserData() throws Exception { } @Test public void getAvailabilityZone() throws Exception { } @Test public void setAvailabilityZone() throws Exception { } @Test public void isConfigDrive() throws Exception { } @Test public void setConfigDrive() throws Exception { } @Test public void getNetworks() throws Exception { } @Test public void setNetworks() throws Exception { } @Test public void addNetworks() throws Exception { } }