def test_pythonvalue(self): instance = builtins.HexBinary() assert instance.pythonvalue(b"\xFF") == b"\xFF"
def test_xmlvalue(self): instance = builtins.HexBinary() assert instance.xmlvalue(b"\xFF") == b"\xFF"