Searched refs:androidTestPath (Results 1 – 1 of 1) sorted by relevance
261 const androidTestPath = findAndroidSourceDir(androidPath, 'test'); constant262 const templateTestPackage = findTemplateAndroidPackage(androidTestPath);263 const testSourcePath = path.join(androidTestPath, ...templateTestPackage.split('.'));264 const testDestinationPath = path.join(androidTestPath, ...javaPackage.split('.'));270 path.join(androidTestPath, templateTestPackage.split('.')[0])