def test_validate():
    obj_list = []
    tag_list = []
    ignore_empty_tags = True
    curr_val = "123"
    iteration = 1
    class_name = "EmulatedDevice"
    prop_name = "DeviceCount"
    assert IterConfPropValCmd.validate(obj_list, tag_list,
                                       ignore_empty_tags,
                                       curr_val, iteration,
                                       class_name,
                                       prop_name) == ""
def test_reset():
    assert IterConfPropValCmd.reset() is True