Esempio n. 1
0
 def test_pythonvalue(self):
     instance = builtins.HexBinary()
     assert instance.pythonvalue(b"\xFF") == b"\xFF"
Esempio n. 2
0
 def test_xmlvalue(self):
     instance = builtins.HexBinary()
     assert instance.xmlvalue(b"\xFF") == b"\xFF"