Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-turbine Wiki" for change notification.
The following page has been changed by JeffBrekke: http://wiki.apache.org/jakarta-turbine/Turbine2/FAQ ------------------------------------------------------------------------------ == Q: How can I setup Turbine once for my JUnit Test cases? == A: This can be accomplished using JUnit's TestSetup extension. In order to avoid copying the structure to each test case, create a superclass called BaseTurbineTest that you can perform callbacks to get the TestSetup. - + * See Also: http://jakarta.apache.org/turbine/tdk/application-testing.html Below is an example of a BaseTurbineTest class: {{{ import junit.extensions.TestSetup; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
