예제 #1
0
 def test_cut_string(self):
 	result = Util.cut_string("hellothisisateswithstring")
 	self.assertEqual(result, "hellothisisates...")