Package org.opendaylight.neutron.e2etest
Class NeutronL2GatewayTests
- java.lang.Object
-
- org.opendaylight.neutron.e2etest.NeutronL2GatewayTests
-
public class NeutronL2GatewayTests extends Object
-
-
Constructor Summary
Constructors Constructor Description NeutronL2GatewayTests(String base)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
l2gateway_collection_get_test()
void
l2gateway_delete_test()
void
l2gateway_element_get_test()
void
l2gateway_element_get_with_query_test()
void
l2gateway_element_negative_get_test()
void
l2gateway_modify_test()
static void
runTests(String base)
String
singleton_l2gateway_create_test()
void
singleton_l2gateway_get_with_one_query_item_test(String createJsonString)
-
-
-
Constructor Detail
-
NeutronL2GatewayTests
public NeutronL2GatewayTests(String base)
-
-
Method Detail
-
l2gateway_collection_get_test
public void l2gateway_collection_get_test()
-
singleton_l2gateway_create_test
public String singleton_l2gateway_create_test()
-
singleton_l2gateway_get_with_one_query_item_test
public void singleton_l2gateway_get_with_one_query_item_test(String createJsonString)
-
l2gateway_modify_test
public void l2gateway_modify_test()
-
l2gateway_element_get_test
public void l2gateway_element_get_test()
-
l2gateway_element_get_with_query_test
public void l2gateway_element_get_with_query_test()
-
l2gateway_delete_test
public void l2gateway_delete_test()
-
l2gateway_element_negative_get_test
public void l2gateway_element_negative_get_test()
-
runTests
public static void runTests(String base)
-
-