1 | void testScenarioCoreSelectorDefaults() {↵ | | 1 | void test↵
|
2 | doScenarioTest("modifiedselectortest-scenario-coreselector-defaults", "cache.properti↵ | | 2 | RecreateZipfilesetWithUpdateAdditionalFiles() {↵
|
| | | 3 | testRecreate("test4",↵
|
3 | es");↵ | | 4 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵
|
4 | }↵ | | 5 | }↵
|
|
|
5 | public void testScenarioCoreSelectorSettings() {↵ | | 6 | public void test↵
|
6 | doScenarioTest("modifiedselectortest-scenario-coreselector-settings", "core.cache.properties↵ | | 7 | RecreateZipfilesetWithoutUpdateNewerFile() {↵
|
| | | 8 | testRecreate("testRecreateNewerFileSetup",↵
|
7 | ");↵ | | 9 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵
|
8 | }↵ | | 10 | }↵
|
|
|
9 | public void testScenarioCustomSelectorSettings() {↵ | | 11 | public void test↵
|
10 | doScenarioTest("modifiedselectortest-scenario-customselector-settings", "core.cache.properties↵ | | 12 | RecreateZipfilesetWithUpdateNewerFile() {↵
|
| | | 13 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | ");↵ | | 14 | "testRecreateZipfilesetWithUpdateNewerFile");↵
|
12 | } | | 15 | }
|