Unity 8
unity8.indicators.tests.test_action_latency.TestServerValueUpdate Class Reference

Inherits unity8.indicators.tests.test_action_latency.TestIndicatorBaseTestCase.

Public Member Functions

def test_switch_reaches_server_value (self)
 
def test_slider_reaches_server_value (self)
 

Static Public Attributes

list time_scenarios
 
tuple scenarios
 

Detailed Description

Test that an action causes the server to update

Definition at line 54 of file test_action_latency.py.

Member Data Documentation

tuple unity8.indicators.tests.test_action_latency.TestServerValueUpdate.scenarios
static
Initial value:
1 = multiply_scenarios(
2  time_scenarios,
3  TestIndicatorBaseTestCase.scenarios
4  )

Definition at line 63 of file test_action_latency.py.

list unity8.indicators.tests.test_action_latency.TestServerValueUpdate.time_scenarios
static
Initial value:
1 = [
2  ('Low', {'action_delay': 0}),
3  ('Medium', {'action_delay': 2500}),
4  ('High', {'action_delay': 8000}),
5  ]

Definition at line 58 of file test_action_latency.py.


The documentation for this class was generated from the following file: