1 | void testMagicPropertyIsEmptyString() throws Exception {↵ | | 1 | void testPathAndJar() {↵
|
2 | executeTarget("testMagicPropertyIsEmptyString");↵ | | 2 | executeTarget("testPathAndJar");↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | public void NotestFailingAdapter() throws Exception {↵ | | 4 | public void testPathAndSignedJar() {↵
|
5 | expectBuildExceptionContaining("testFailingAdapter",↵ | | 5 | expectBuildExceptionContaining("testPathAndSignedJar",↵
|
6 | "expected failures to propagate",↵ | | 6 | "incompatible attributes",↵
|
7 | Rmic.ERROR_RMIC_FAILED);↵ | | 7 | ↵
|
8 | }↵ | | |
|
|
|
9 | /**↵ | | |
|
10 | * test that version 1.1 stubs are good↵ | | |
|
11 | * @throws Exception↵ | | |
|
12 | */↵ | | |
|
13 | public void testVersion11() throws Exception↵ | | 8 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵
|
| | | 9 | }↵
|
|
14 | {↵ | | 10 | public void testSignedJar() {↵
|
15 | executeTarget("testVersion11");↵ | | 11 | executeTarget("testSignedJar");↵
|
16 | }↵ | | 12 | }↵
|
|
17 | /**↵ | | 13 | ↵
|
18 | * test that version 1.2 stubs are good↵ | | |
|
19 | *↵ | | |
|
20 | * @throws Exception↵ | | |
|
21 | */↵ | | |
|
22 | public void testVersion12() throws Exception {↵ | | 14 | public void testDestDir() {↵
|
23 | executeTarget("testVersion12");↵ | | 15 | executeTarget("testDestDir");↵
|
24 | | | 16 |
|