1 | void testRecreateWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4", "testRecreateWithoutUpdateAdditionalFiles");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testRecreateWithUpdateAdditionalFiles() {↵ | | |
|
5 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testRecreateWithoutUpdateNewerFile() {↵ | | |
|
8 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
9 | "testRecreateWithoutUpdateNewerFile");↵ | | 2 | Fork() {↵
|
| | | 3 | expectLogContaining(↵
|
| | | 4 | "fork", "Package: org.apache.tools.ant.util.facade");↵
|
| | | 5 | }↵
|
|
| | | 6 | /**↵
|
| | | 7 | * Test fork xml↵
|
| | | 8 | */↵
|
| | | 9 | public void testForkXml() {↵
|
| | | 10 | expectLogContaining(↵
|
| | | 11 | "fork-xml", "<DependsUpon>");↵
|
| | | 12 | }↵
|
|
| | | 13 | /**↵
|
| | | 14 | * Test timeout↵
|
| | | 15 | */↵
|
| | | 16 | public void testTimeout() {↵
|
| | | 17 | expectLogContaining(↵
|
| | | 18 | "fork-timeout", "JDepend FAILED - Timed out");↵
|
| | | 19 | }↵
|
|
|
| | | 20 | /**↵
|
| | | 21 | * Test timeout without timing out↵
|
10 | }↵ | | 22 | ↵
|
| | | 23 | */↵
|
11 | public void testRecreateWithUpdateNewerFile() {↵ | | 24 | public void test↵
|
12 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
13 | "testRecreateWithUpdateNewerFil↵ | | 25 | TimeoutNot() {↵
|
| | | 26 | expectLogContaining(↵
|
14 | e");↵ | | 27 | "fork-timeout-not", "Package: org.apache.tools.ant.util.facade");↵
|
15 | | | 28 |
|