91 System.out.println(
"==================");
92 System.out.println(
"Update new uma scope");
93 System.out.println(
"==================");
96 String displayName =
"UpdatedDisplayName";
101 Assert.assertNotNull(
scope);
104 System.out.println(
"*******************");
105 System.out.println(
"Done");
void setDisplayName(String p_displayName)
Definition: UmaScopeDescription.java:87
UmaScopeDescription generateNewUmaScope()
Definition: UmaScopeTest.java:138
UmaScopeRepository scopeRepository
Definition: UmaScopeTest.java:16
String getInum()
Definition: UmaScopeDescription.java:75
UmaScopeDescription updateScope(UmaScopeDescription scope)
Definition: UmaScopeRepository.java:57
UmaScopeDescription createUmaScope(UmaScopeDescription scope)
Definition: UmaScopeRepository.java:51
String getDisplayName()
Definition: UmaScopeDescription.java:83
static boolean canRunOtherTest
Definition: UmaScopeTest.java:20
String inum
Definition: UmaScopeTest.java:17
UmaScopeDescription scope
Definition: UmaScopeTest.java:19