mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 15:04:24 +02:00
aapt2: start of tests for aapt2
This commit is contained in:
parent
d2c808dd7d
commit
09148902ef
@ -63,7 +63,17 @@ public class BuildAndDecodeTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void buildAndDecodeTest() throws BrutException {
|
public void buildAndDecodeTest() {
|
||||||
assertTrue(sTestNewDir.isDirectory());
|
assertTrue(sTestNewDir.isDirectory());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void valuesStringsTest() throws BrutException {
|
||||||
|
compareValuesFiles("values/strings.xml");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void confirmManifestStructureTest() throws BrutException {
|
||||||
|
compareXmlFiles("AndroidManifest.xml");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 2.0.0
|
version: 2.3.2
|
||||||
apkFileName: testapp.apk
|
apkFileName: testapp.apk
|
||||||
isFrameworkApk: false
|
isFrameworkApk: false
|
||||||
usesFramework:
|
usesFramework:
|
||||||
@ -10,3 +10,4 @@ versionInfo:
|
|||||||
versionCode: '1'
|
versionCode: '1'
|
||||||
versionName: '1.0'
|
versionName: '1.0'
|
||||||
compressionType: false
|
compressionType: false
|
||||||
|
sparseResources: false
|
Loading…
x
Reference in New Issue
Block a user