()
| 41 | } |
| 42 | |
| 43 | @Test |
| 44 | void testBottomType() { |
| 45 | String clzName = "android$widget$RemoteViews$BaseReflectionAction"; |
| 46 | Main.buildWorld("-ap", "-cp", "src/test/resources/world", |
| 47 | "--input-classes", clzName); |
| 48 | World.get().getClassHierarchy().getClass(clzName) |
| 49 | .getDeclaredMethod("initActionAsync").getIR(); |
| 50 | } |
| 51 | |
| 52 | @Test |
| 53 | void testIRBuilder() { |
nothing calls this directly
no test coverage detected