Archive for the 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 [...]
Posted: 12 April, 2010 in Java/J2EE, JavaRanch.
Tags: integration_test, junit, junit4
Comments: 1
