I have some common set up code that I\'ve factored out to a method marked with @Before. However, it is not necessary for all this code to run for every single t
@Before
Or use TestNG. It gives you finer grained control over tests.