class documentation

class TestService: (source)

Constructor: TestService(client)

View In Hierarchy

Client to the Temporal test server's test service.

Method __init__ Initialize the test service.
Instance Variable get_current_time Undocumented
Instance Variable lock_time_skipping Undocumented
Instance Variable sleep Undocumented
Instance Variable sleep_until Undocumented
Instance Variable unlock_time_skipping Undocumented
Instance Variable unlock_time_skipping_with_sleep Undocumented
def __init__(self, client: ServiceClient): (source)

Initialize the test service.

get_current_time = (source)

Undocumented

lock_time_skipping = (source)

Undocumented

Undocumented

sleep_until = (source)

Undocumented

unlock_time_skipping = (source)

Undocumented

unlock_time_skipping_with_sleep = (source)

Undocumented