Tests about max and min allowed values OK (Test n.1 and n.2)
Test 1: LO below the minimum allowed value ========================================== > setLO=-1 # Target command Expected: raises ComponentErrors::ComponentErrorsEx Test 2: LO above the maximum allowed value ========================================== > setLO=3001 # Target command Expected: raises ComponentErrors::ComponentErrorsEx
Loading
Please sign in to comment