UnobservablePropertyTest
This feature tests a static and a dynamic unobservable property.
Methods
get_answer_to_everything(self) -> int
Returns the answer to the ultimate question of life, the universe, and everything. 42.
Response
- Type
- int
- Description
get_seconds_since_1970(self) -> int
Returns the unix timestamp: The time in seconds since January 1st of 1970.
Response
- Type
- int
- Description