Skip to content

Commit

Permalink
devonfw#464: added test for properties
Browse files Browse the repository at this point in the history
added test for existing IDEA_PROPERTIES to checkInstallation
  • Loading branch information
jan-vcapgemini committed Jul 15, 2024
1 parent 5546e02 commit f768742
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void testIntellijRun(String os) {
private void checkInstallation(IdeTestContext context) {

assertThat(context.getSoftwarePath().resolve("intellij/.ide.software.version")).exists().hasContent("2023.3.3");
assertThat(context.getVariables().get("IDEA_PROPERTIES")).isEqualTo(context.getWorkspacePath().resolve("idea.properties").toString());
assertLogMessage(context, IdeLogLevel.SUCCESS, "Successfully installed java in version 17.0.10_7");
assertLogMessage(context, IdeLogLevel.SUCCESS, "Successfully installed intellij in version 2023.3.3");
}
Expand Down

0 comments on commit f768742

Please sign in to comment.