elvyssoares

Temporary Directory - Refactored

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