コード例 #1
0
 def test_2_should_Two(self):
     operandStr = OperandString(2)
     self.assertEqual('Two' , operandStr.toString())
コード例 #2
0
 def test_1_should_One(self):
     operandStr = OperandString(1)
     self.assertEqual('One' , operandStr.toString())