1 | void testRecreateWithoutUpdateAdditionalFiles() {↵ | | |
|
2 | testRecreate("test4", "testRecreateWithoutUpdateAdditionalFiles");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testRecreateWithUpdateAdditionalFiles() {↵ | | 1 | void testRecreateWithUpdateAdditionalFiles() {↵
|
5 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵ | | 2 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
6 | }↵ | | 3 | }↵
|
|
7 | public void testRecreateWithoutUpdateNewerFile() {↵ | | 4 | public void testRecreateWithoutUpdateNewerFile() {↵
|
8 | testRecreate("testRecreateNewerFileSetup",↵ | | 5 | testRecreate("testRecreateNewerFileSetup",↵
|
9 | "testRecreateWithoutUpdateNewerFile");↵ | | 6 | "testRecreateWithoutUpdateNewerFile");↵
|
10 | } | | 7 | }↵
|
|
| | | 8 | public void testRecreateWithUpdateNewerFile() {↵
|
| | | 9 | testRecreate("testRecreateNewerFileSetup",↵
|
| | | 10 | "testRecreateWithUpdateNewerFile");↵
|
| | | 11 | }
|