Exemplo n.º 1
0
 def test_upper_string(self):
 	result = Util.string_to_upper("test")
 	self.assertEqual(result, "TEST")