1 | void NotestForking() throws Exception {↵ | | 1 | void testMapperFileset() {↵
|
2 | executeTarget("testForking");↵ | | 2 | executeTarget("testMapperFileset");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | ↵
|
5 | * test the forking compiler↵ | | |
|
6 | */↵ | | |
|
7 | public void testForkingAntClasspath() throws Exception {↵ | | 5 | public void testDestDirPath() {↵
|
8 | executeTarget("testForkingAntClasspath");↵ | | 6 | executeTarget("testDestDirPath");↵
|
9 | }↵ | | 7 | }↵
|
|
10 | /**↵ | | 8 | ↵
|
11 | * test the forking compiler↵ | | |
|
12 | */↵ | | |
|
13 | public void testAntClasspath() throws Exception {↵ | | 9 | public void testMapperPath() {↵
|
14 | executeTarget("testAntClasspath");↵ | | 10 | executeTarget("testMapperPath");↵
|
15 | }↵ | | 11 | }↵
|
|
16 | /**↵ | | 12 | ↵
|
17 | * A unit test for JUnit↵ | | |
|
18 | */↵ | | |
|
19 | public void testBadName() throws Exception {↵ | | 13 | public void testMapperNoDest() {↵
|
20 | expectBuildExceptionContaining("testBadName",↵ | | 14 | expectBuildExceptionContaining("testMapperNoDest",↵
|
21 | "compiler not known",↵ | | 15 | "two mappers",↵
|
22 | RmicAdapterFactory.ERROR_UNKNOWN_COMPILER);↵ | | 16 | SignJar.ERROR_MAPPER_WITHOUT_DEST);↵
|
23 | | | 17 |
|