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