* Get the app namespace.
(appId: string)
| 43 | * Get the app namespace. |
| 44 | */ |
| 45 | getNamespace(appId: string): Namespace { |
| 46 | return this.driver.getNamespace(appId); |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Get all namespaces. |
nothing calls this directly
no test coverage detected