@Test @TestDir public void testDirAnnotation() throws Exception { assertNotNull(TestDirHelper.getTestDir()); }
@Test(expected = IllegalStateException.class) public void testDirNoAnnotation() throws Exception { TestDirHelper.getTestDir(); }