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
 
 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

◆ scenarios

unity8.indicators.tests.test_action_latency.TestServerValueUpdate.scenarios
static
Initial value:
= multiply_scenarios(
time_scenarios,
TestIndicatorBaseTestCase.scenarios
)

Definition at line 63 of file test_action_latency.py.

◆ time_scenarios

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

Definition at line 58 of file test_action_latency.py.


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