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

Intellij integration test #6909

Closed
wants to merge 4 commits into from

Conversation

LeFrosch
Copy link
Collaborator

Moved CLion integration test to base as BazelHeavyIntegrationTest to share integration test logic. Also added a first simple integration test for ijwb.

final var javaFile = findProjectPsiFile("src/simple/Main.java");
final var kotlinFile = findProjectPsiFile("src/simple/Main.kt");

// not sure what to test here
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tpasternak do you what I could use to verify a successful project setup here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say that for start it is ok just to check if the source root is set correctly (so if any of the symbols in kotlin/java file can be found)

@LeFrosch LeFrosch force-pushed the ijwb-integration-tests branch from 2b277aa to 44f4c6a Compare October 21, 2024 09:16
@LeFrosch LeFrosch force-pushed the ijwb-integration-tests branch from 44f4c6a to 33210fc Compare October 22, 2024 12:17
@LeFrosch LeFrosch mentioned this pull request Feb 21, 2025
@LeFrosch LeFrosch closed this Feb 21, 2025
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.

2 participants