class documentation

Client to the Temporal test server's test service.

Inherited from TestService:

Method __init__ Initialize service with the provided ServiceClient.
Async Method get_current_time Invokes the TestService.get_current_time rpc method.
Async Method lock_time_skipping Invokes the TestService.lock_time_skipping rpc method.
Async Method sleep Invokes the TestService.sleep rpc method.
Async Method sleep_until Invokes the TestService.sleep_until rpc method.
Async Method unlock_time_skipping Invokes the TestService.unlock_time_skipping rpc method.
Async Method unlock_time_skipping_with_sleep Invokes the TestService.unlock_time_skipping_with_sleep rpc method.
Instance Variable _client Undocumented
Instance Variable _service Undocumented