You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: