def test_createOutputDevice(): output_device = OutputDevice("Random_id") assert output_device.getId() == "Random_id"