1 | void testLocalhostURL() throws Exception {↵ | | 1 | void testMapperFileset() {↵
|
2 | executeTarget("testLocalhostURL");↵ | | 2 | executeTarget("testMapperFileset");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testIpv4localhost() throws Exception {↵ | | 4 | public void testDestDirPath() {↵
|
5 | executeTarget("testIpv4localhost");↵ | | 5 | executeTarget("testDestDirPath");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testFTPURL() throws Exception {↵ | | 7 | public void testMapperPath() {↵
|
8 | executeTarget("testFTPURL");↵ | | 8 | executeTarget("testMapperPath");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testBoth() throws Exception {↵ | | 10 | public void testMapperNoDest() {↵
|
11 | expectBuildExceptionContaining("testBoth",↵ | | 11 | expectBuildExceptionContaining("testMapperNoDest",↵
|
12 | "error on two targets",↵ | | 12 | "two mappers",↵
|
13 | IsReachable.ERROR_BOTH_TARGETS);↵ | | 13 | SignJar.ERROR_MAPPER_WITHOUT_DEST);↵
|
14 | | | 14 |
|