eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
32 stars 28 forks source link

Restore Auto Build State after Test Execution #208

Open cdietrich opened 7 years ago

cdietrich commented 7 years ago

Xpect Tests have the ability to change the autobuild state of the workspace during test execution (via org.xpect.xtext.lib.setup.workspace.Workspace.configureWorkspace(FileSetupContext)) but does not reset it after Test Execution.

This leads to Problems if you mix xpect and non xpect tests e.g. via a TestSuite.

=> XpectRunner should store and reset the autobuild state