Tag: integration_test
junit suite wide setup (not @BeforeClass)
April 12th, 2010 by Jeanne BoyarskyProblem How do I run setup/teardown for my whole suite, not just one class/test? Impact of Problem JUnit offers @Before to run a method before each test and @BeforeClass to run a method once before a class. For a small suite, @BeforeClass may be enough. For a large integration test suite, setting up the database [...]
Categories: Java/J2EE, JavaRanch Forum Migration.
Tags: integration_test, junit4
Comments: none
