Exemplo n.º 1
0
 def test_pythonvalue(self):
     instance = builtins.Integer()
     assert instance.pythonvalue("100") == 100
Exemplo n.º 2
0
 def test_xmlvalue(self):
     instance = builtins.Integer()
     assert instance.xmlvalue(100) == "100"