Package org.opendaylight.neutron.e2etest
Class NeutronFloatingIpTests
- java.lang.Object
 - 
- org.opendaylight.neutron.e2etest.NeutronFloatingIpTests
 
 
- 
public class NeutronFloatingIpTests extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description NeutronFloatingIpTests(String base) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfloatingIp_collection_get_test()voidfloatingIp_delete_test()voidfloatingIp_element_get_test()voidfloatingIp_element_get_with_query_test()voidfloatingIp_element_negative_get_test()static voidrunTests(String base)Stringsingleton_floatingIp_create_test()voidsingleton_floatingIp_get_with_one_query_item_test(String createJsonString)voidupdate_floatingIp_test() 
 - 
 
- 
- 
Constructor Detail
- 
NeutronFloatingIpTests
public NeutronFloatingIpTests(String base)
 
 - 
 
- 
Method Detail
- 
floatingIp_collection_get_test
public void floatingIp_collection_get_test()
 
- 
singleton_floatingIp_create_test
public String singleton_floatingIp_create_test()
 
- 
singleton_floatingIp_get_with_one_query_item_test
public void singleton_floatingIp_get_with_one_query_item_test(String createJsonString)
 
- 
update_floatingIp_test
public void update_floatingIp_test()
 
- 
floatingIp_element_get_test
public void floatingIp_element_get_test()
 
- 
floatingIp_element_get_with_query_test
public void floatingIp_element_get_with_query_test()
 
- 
floatingIp_delete_test
public void floatingIp_delete_test()
 
- 
floatingIp_element_negative_get_test
public void floatingIp_element_negative_get_test()
 
- 
runTests
public static void runTests(String base)
 
 - 
 
 -