Is there a way to perform a task before a goal executes?  Specifically
what I'm looking to do is load data into my test database before all
my tests run.  I'm using Spring's
AbstractTransactionalDataSourceSpringContextTests, which rolls back
all changes after each test, so that I don't have to re-load the data
after every test.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to