1 | void testScenarioCoreSelectorDefaults() {↵ | | 1 | void test↵
|
2 | doScenarioTest("modifiedselectortest-scenario-coreselector-defaults", "cache.properti↵ | | 2 | RecreateWithUpdateAdditionalFiles() {↵
|
3 | es");↵ | | 3 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
4 | }↵ | | 4 | }↵
|
|
|
5 | public void testScenarioCoreSelectorSettings() {↵ | | 5 | public void test↵
|
6 | doScenarioTest("modifiedselectortest-scenario-coreselector-settings", "core.cache.properties↵ | | 6 | RecreateWithoutUpdateNewerFile() {↵
|
| | | 7 | testRecreate("testRecreateNewerFileSetup",↵
|
7 | ");↵ | | 8 | "testRecreateWithoutUpdateNewerFile");↵
|
8 | }↵ | | 9 | }↵
|
|
|
9 | public void testScenarioCustomSelectorSettings() {↵ | | 10 | public void test↵
|
10 | doScenarioTest("modifiedselectortest-scenario-customselector-settings", "core.cache.properties↵ | | 11 | RecreateWithUpdateNewerFile() {↵
|
| | | 12 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | ");↵ | | 13 | "testRecreateWithUpdateNewerFile");↵
|
12 | } | | 14 | }
|