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