コード例 #1
0
	def test_strToUShortInt_fail(self):
		self.assertEqual(bc.strToUShortInt(b'\x0e\x0f\x0e'), -9999)
コード例 #2
0
	def test_strToUShortInt(self):
		self.assertEqual(bc.strToUShortInt(b'\x0e\x0f'), 3599)