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

Some Tools and Fundamentals #74

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Some Tools and Fundamentals #74

merged 4 commits into from
Mar 21, 2024

Conversation

JojOatXGME
Copy link
Contributor

This PR extracts a few basics from #63. While the code is currently unused (besides tests), it will be needed sooner or later. The following is added by this PR:

  • JUnit 5 extension which allows writing IntelliJ Platform tests with JUnit 5. With JUnit 5, it is much easier to write parameterized tests compared to JUnit 4. Some tests introduced by this PR will already use this extension.
  • NixPsiElement, a common interface and superclass for all PSI-elements for the Nix Expression Language.
  • NixElementFactory, to create AST nodes of the Nix Expression Language.
  • Parsing and escaping of strings in the Nix Expression Language.

@JojOatXGME JojOatXGME merged commit 76d4598 into master Mar 21, 2024
3 checks passed
@JojOatXGME JojOatXGME deleted the utilities branch March 21, 2024 00:21
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

Successfully merging this pull request may close these issues.

1 participant