Android Extensions: Support cache in custom Views

This commit is contained in:
Yan Zhulanow
2017-06-02 22:26:01 +03:00
parent c9cd1a4d75
commit 1a1db5a6f1
5 changed files with 47 additions and 1 deletions
@@ -173,4 +173,10 @@ public class AndroidBytecodeShapeTestGenerated extends AbstractAndroidBytecodeSh
String fileName = KotlinTestUtils.navigationMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewStub/");
doTest(fileName);
}
@TestMetadata("viewWithCache")
public void testViewWithCache() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithCache/");
doTest(fileName);
}
}