< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/test/com/oracle/appbundlers/tests/functionality/jdk9test/AddModuleTest.java

Print this page

        

*** 21,31 **** public AdditionalParams getAdditionalParams() { return () -> { Map<String, Object> hashMap = new HashMap<String, Object>(); hashMap.put(ADD_MODS, AddModuleTest.this.getParameters().getApp() ! .getAllModuleNamesSeparatedByPathSeparator()); return hashMap; }; } public VerifiedOptions getVerifiedOptions() { --- 21,31 ---- public AdditionalParams getAdditionalParams() { return () -> { Map<String, Object> hashMap = new HashMap<String, Object>(); hashMap.put(ADD_MODS, AddModuleTest.this.getParameters().getApp() ! .addAllModules()); return hashMap; }; } public VerifiedOptions getVerifiedOptions() {
< prev index next >