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