Need to reboot a virtual machine between tests (inside one TestCase), but not after last and not before first. Searching through documentation could not find methods to determine current test position in the running list. If it were known, could utilise common tearDown method.