Skip to content

Commit

Permalink
add public Options(TestFramework testFramework, OperatingSystem opera…
Browse files Browse the repository at this point in the history
…tingSystem) method
  • Loading branch information
jamesfredley committed Oct 12, 2024
1 parent 2fd060d commit 57a4df8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ public Options(TestFramework testFramework,
this(testFramework, GormImpl.DEFAULT_OPTION, ServletImpl.DEFAULT_OPTION, javaVersion, operatingSystem, Collections.emptyMap());
}


public Options(TestFramework testFramework,
OperatingSystem operatingSystem) {

this(testFramework, GormImpl.DEFAULT_OPTION, ServletImpl.DEFAULT_OPTION, VersionInfo.getJavaVersion(), operatingSystem, Collections.emptyMap());
}

public Options(TestFramework testFramework,
GormImpl gormImpl,
ServletImpl servletImpl,
Expand Down

0 comments on commit 57a4df8

Please sign in to comment.