@Name : setClient @Desc : Sets the API Client retrieved from test client
(self)
| 1063 | return cmd_obj |
| 1064 | |
| 1065 | def __setClient(self): |
| 1066 | ''' |
| 1067 | @Name : setClient |
| 1068 | @Desc : Sets the API Client retrieved from test client |
| 1069 | ''' |
| 1070 | self.__apiClient = self.__testClient.getApiClient() |
| 1071 | |
| 1072 | def __cleanEntries(self): |
| 1073 | ''' |
no test coverage detected