elvyssoares

Temporary Directory - Original

Dec 9th, 2021
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. @Test
  2. public void emptyingATryBlockWithTwoHandlers() throws IOException {
  3.   manipulator = OptimizerTester.getGraphManipulator(CLASS_NAME, "tryBlockWithTwoCatches()");
  4.   File out = File.createTempFile("test", "simplify");
  5.   classManager.getDexBuilder().writeTo(new FileDataStore(out));
  6.   out.delete();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment