Hello, I have an SWTBot test that needs to create a pristine workspace before any tests are run. It currently does so in the test class' @BeforeClass method, but that causes problems because the workspace has already been loaded by the time the method executes. Is there a way to execute code prior to starting the workbench? Something like a @BeforeWorkbench method? Alternately, does anyone have suggestions on how to (re)create a clean workspace for each test run?
Thanks, Brett _______________________________________________ swtbot-dev mailing list swtbot-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/swtbot-dev