Home | History | Annotate | Download | only in releasetools

Lines Matching refs:test_app

598     test_app = os.path.join(self.testdata_dir, 'TestApp.apk')
599 self.assertEqual('24', common.GetMinSdkVersion(test_app))
606 test_app = os.path.join(self.testdata_dir, 'TestApp.apk')
607 self.assertEqual(24, common.GetMinSdkVersionInt(test_app, {}))