aapt2: start of tests for aapt2

This commit is contained in:
Connor Tumbleson 2018-02-28 13:27:13 -05:00
parent d2c808dd7d
commit 09148902ef
3 changed files with 14 additions and 3 deletions

View File

@ -63,7 +63,17 @@ public class BuildAndDecodeTest extends BaseTest {
}
@Test
public void buildAndDecodeTest() throws BrutException {
public void buildAndDecodeTest() {
assertTrue(sTestNewDir.isDirectory());
}
@Test
public void valuesStringsTest() throws BrutException {
compareValuesFiles("values/strings.xml");
}
@Test
public void confirmManifestStructureTest() throws BrutException {
compareXmlFiles("AndroidManifest.xml");
}
}

View File

@ -1,4 +1,4 @@
version: 2.0.0
version: 2.3.2
apkFileName: testapp.apk
isFrameworkApk: false
usesFramework:
@ -9,4 +9,5 @@ packageInfo:
versionInfo:
versionCode: '1'
versionName: '1.0'
compressionType: false
compressionType: false
sparseResources: false