the problem that I am facing is the following: I am doing a SWTBot test in which I create a few composites, delete them, adding others and so on. The problem is that, after each start of the test, the SWTBot test doesn't start from an initial state, it is just appending elements, not delete the old ones and insert new elements. Can you please, say to me, what should I do in order to make the SWTBot test starting from the beginning each time I run the test?
Thanks in advance.