1 | void testMappedFileset() {↵ | | 1 | void testTrimString() {↵
|
2 | executeTarget("testMappedFileset");↵ | | 2 | executeTarget("testTrimString");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | ↵
|
5 | * test the explicit mapped file set↵ | | |
|
6 | */↵ | | |
|
7 | public void testExplicitMappedFileset() {↵ | | |
|
8 | executeTarget("testExplicitMappedFileset");↵ | | |
|
9 | }↵ | | |
|
|
10 | /**↵ | | |
|
11 | * test the mapped file list↵ | | |
|
12 | */↵ | | 5 | public void testTrimStringCondition() {↵
|
| | | 6 | executeTarget("testTrimStringCondition");↵
|
| | | 7 | }↵
|
|
13 | public void testMappedFilelist() {↵ | | 8 | public void testNoTrimString() {↵
|
14 | executeTarget("testMappedFilelist");↵ | | 9 | executeTarget("test↵
|
15 | }↵ | | |
|
|
16 | /**↵ | | |
|
17 | * test the pattern attribute↵ | | |
|
18 | */↵ | | |
|
19 | public void testGoodPattern() {↵ | | |
|
20 | executeTarget("testGoodPattern");↵ | | |
|
21 | }↵ | | |
|
|
22 | /**↵ | | |
|
23 | * test the pattern attribute again↵ | | |
|
24 | */↵ | | 10 | NoTrimString");↵
|
| | | 11 | }↵
|
|
| | | 12 | public void testNoTrimStringCondition() {↵
|
| | | 13 | executeTarget("testNoTrimStringCondition");↵
|
| | | 14 | }↵
|
|
25 | public void testBadPattern() {↵ | | 15 | public void testStringFile() {↵
|
26 | expectBuildExceptionContaining("testBadPattern",↵ | | 16 | expectBuildExceptionContaining("testStringFile",↵
|
27 | "No parsing exception thrown", "Unparseable");↵ | | 17 | "should fail", "incompatible");↵
|
28 | | | 18 |
|