1 | void testRecreateWithUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testRecreateWithoutUpdateNewerFile() {↵ | | |
|
5 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
6 | "testRecreateWithoutUpdateNewerFile");↵ | | |
|
7 | }↵ | | |
|
|
8 | public void testRecreateWithUpdateNewerFile() {↵ | | |
|
9 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
10 | "testRecreateWithUpdateNewerFile↵ | | 2 | BatchTestForkOnceToDir() {↵
|
| | | 3 | assertResultFilesExist("testBatchTestForkOnceToDir", ".xml");↵
|
| | | 4 | }↵
|
|
| | | 5 | /** Bugzilla Report 32973 */↵
|
| | | 6 | public void testBatchTestForkOnceExtension() {↵
|
| | | 7 | assertResultFilesExist("testBatchTestForkOnceExtension", ".foo");↵
|
| | | 8 | }↵
|
|
| | | 9 | public void testBatchTestForkOnceCustomFormatter() {↵
|
11 | ");↵ | | 10 | assertResultFilesExist("testBatchTestForkOnceCustomFormatter", "foo");↵
|
12 | | | 11 |
|