Class GenericTest
- java.lang.Object
-
- org.gcube.resourcemanagement.support.server.tests.GenericTest
-
public class GenericTest extends Object
- Author:
- Daniele Strollo (ISTI-CNR)
-
-
Constructor Summary
Constructors Constructor Description GenericTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static StringtestCreation()static voidtestDelete(String resID, org.gcube.common.scope.impl.ScopeBean scope)static voidtestGHN()static voidtestModeGHN(String resID, String scope)static voidtestRemoveFromScope(String resID, org.gcube.common.scope.impl.ScopeBean scope)static voidtestResourceEdit(String resID, org.gcube.common.scope.impl.ScopeBean scope)static voidtestScopeCopy(String resID, String fromScope, String toScope)
-
-
-
Method Detail
-
testCreation
public static String testCreation()
-
testResourceEdit
public static void testResourceEdit(String resID, org.gcube.common.scope.impl.ScopeBean scope)
-
testModeGHN
public static void testModeGHN(String resID, String scope) throws Exception
- Throws:
Exception
-
testGHN
public static void testGHN()
-
testRemoveFromScope
public static void testRemoveFromScope(String resID, org.gcube.common.scope.impl.ScopeBean scope)
-
testDelete
public static void testDelete(String resID, org.gcube.common.scope.impl.ScopeBean scope)
-
-