Example #1
0
	def test_isImage(self):
		print 'Image: ' + str(BControl.IMAGE) + ' -' + BControl.getType(BControl.IMAGE) + ' - ' + str(BControl.isImage('15'))
Example #2
0
	def test_isMultitext(self):
		print 'Multitext: ' + str(BControl.MULTITEXT) + ' -' + BControl.getType(BControl.MULTITEXT) + ' - ' + str(BControl.isMultitext('02')) 
Example #3
0
	def test_isMp3(self):
		print 'MP3: ' + str(BControl.MP3) + ' -' + BControl.getType(BControl.MP3) + ' - ' + str(BControl.isMp3('1f'))
Example #4
0
	def test_getType(self):
		print BControl.getType(BControl.MP3)