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
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