DeleteUsersAndGroupsInTestNameSpace() 공개 정적인 메소드

public static DeleteUsersAndGroupsInTestNameSpace ( string testPrefix ) : void
testPrefix string
리턴 void
예제 #1
0
 public void TestSetup()
 {
     IAMUtil.DeleteUsersAndGroupsInTestNameSpace(Client);
 }
예제 #2
0
 public void PreTestRun()
 {
     IAMUtil.DeleteUsersAndGroupsInTestNameSpace(Client);
 }