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