Renamed test class and moved it to a new package

This commit is contained in:
Cristina Axinte
2016-09-27 17:10:47 +03:00
parent 84cc427d1c
commit 4bd3fe1b1d
@@ -1,5 +1,6 @@
package org.alfresco.rest;
package org.alfresco.rest.networks;
import org.alfresco.rest.RestTest;
import org.alfresco.rest.requests.RestNetworksApi;
import org.alfresco.utility.model.UserModel;
import org.alfresco.utility.testrail.ExecutionType;
@@ -13,7 +14,7 @@ import org.testng.annotations.Test;
* Created by Cristina Axinte on 9/26/2016.
*/
@Test(groups = { "rest-api", "networks", "sanity" })
public class RestNetworksTest extends RestTest
public class RestGetNetworkTest extends RestTest
{
@Autowired
RestNetworksApi networkApi;