Annotate a method with @BeforeClass to make it run before all tests run in that class. Annotate a method with @Before to make it run before each test in that class.
re. your comments, @BeforeClass works fine. Are you throwing an exception within that method ?