Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestCase evaluation by an Interpreter shouldn't require the generation and build of the model containing that TestCase. #1108

Open
3 tasks
mgronover opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@mgronover
Copy link
Collaborator

mgronover commented Nov 6, 2024

Currently we generate and build the model to evaluate the containing TestCases.
This is done in the way the JUnit-Test-Framwork expects it and is also working for the CI (AFAIK).

For DSL users implementing new TestCases this approach slows them down, because it requires to build the TestCases.

A new Run Configuration, having an Executor that calls the Interpreter to evaluate the TestCase, get the result and update the MPS-JUnit-ToolWindow just like it was done before, would solve this situation.

So currently we are focusing on the IDE usage here.

What is to be expected:

  • the run configuration should check and warn if the interpreter was not build
  • the interpreter tests should always be executed in the same process
  • the configuration panel only suitable options (no more than required!)
@mgronover mgronover self-assigned this Nov 6, 2024
mgronover added a commit that referenced this issue Nov 6, 2024
mgronover added a commit that referenced this issue Nov 14, 2024
mgronover added a commit that referenced this issue Nov 18, 2024
mgronover added a commit that referenced this issue Nov 26, 2024
mgronover added a commit that referenced this issue Nov 28, 2024
mgronover added a commit that referenced this issue Dec 4, 2024
mgronover added a commit that referenced this issue Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant