Searched refs:assertAssetContents (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | SplitAppTest.java | 158 assertAssetContents(r, "file1.txt", "FILE1"); in testSingleBase() 159 assertAssetContents(r, "dir/dirfile1.txt", "DIRFILE1"); in testSingleBase() 162 assertAssetContents(r, "file2.txt", null); in testSingleBase() 372 assertAssetContents(r, "file1.txt", "FILE1"); in testFeatureWarmBase() 373 assertAssetContents(r, "file2.txt", "FILE2"); in testFeatureWarmBase() 374 assertAssetContents(r, "dir/dirfile1.txt", "DIRFILE1"); in testFeatureWarmBase() 375 assertAssetContents(r, "dir/dirfile2.txt", "DIRFILE2"); in testFeatureWarmBase() 549 assertAssetContents(r, "fileA.txt", "FILEA"); in testInheritUpdatedBase_withRevisionA() 550 assertAssetContents(r, "dir/dirfileA.txt", "DIRFILEA"); in testInheritUpdatedBase_withRevisionA() 602 assertAssetContents(r, "fileFA.txt", "FILE_FA"); in testInheritUpdatedSplit_withRevisionA() [all …]
|