1 | void testPseudoTahoeRefid() {↵ | | 1 | void test↵
|
2 | executeTarget("test-pseudo-tahoe-refid");↵ | | |
|
|
3 | assertPropertyEquals("jar.classpath", "classes/dsp-core/ " +↵ | | |
|
4 | "classes/dsp-pres/ " +↵ | | |
|
5 | "classes/dsp-void/ " +↵ | | |
|
6 | "generated/dsp-core/ " +↵ | | |
|
7 | "resources/dsp-core/ " +↵ | | |
|
8 | "resources/dsp-pres/↵ | | 2 | 3() {↵
|
| | | 3 | configureProject("src/etc/testcases/core/include/frag#ment/simple.xml");↵
|
9 | ");↵ | | 4 | expectLog("test1", "from simple buildfile");↵
|
10 | }↵ | | 5 | }↵
|
|
11 | public void testPseudoTahoeNested() {↵ | | 6 | public void test↵
|
12 | executeTarget("test-pseudo-tahoe-nested");↵ | | |
|
|
13 | assertPropertyEquals("jar.classpath", "classes/dsp-core/ " +↵ | | |
|
14 | "classes/dsp-pres/ " +↵ | | |
|
15 | "classes/dsp-void/ " +↵ | | |
|
16 | "generated/dsp-core/ " +↵ | | |
|
17 | "resources/dsp-core/ " +↵ | | |
|
18 | "resources/dsp-pres/↵ | | 7 | 4() {↵
|
| | | 8 | configureProject("src/etc/testcases/core/include/basic/relative.xml");↵
|
19 | ");↵ | | 9 | expectLog("test1", "from included entity");↵
|
20 | }↵ | | 10 | }↵
|
|
21 | public void testParentLevel2WithJars() {↵ | | 11 | public void test↵
|
22 | executeTarget("test-parent-level2-with-jars");↵ | | |
|
|
23 | assertPropertyEquals("jar.classpath", "../../lib/acme-core.jar " +↵ | | |
|
24 | "../../lib/acme-pres.jar " +↵ | | |
|
25 | "../dsp-core/ " +↵ | | |
|
26 | "../dsp-pres/ " +↵ | | |
|
27 | "../dsp-void/ " +↵ | | |
|
28 | "../../generated/dsp-core/ " +↵ | | |
|
29 | "../../generated/dsp-pres/ " +↵ | | |
|
30 | "../../generated/dsp-void/ " +↵ | | |
|
31 | "../../resources/dsp-core/ " +↵ | | |
|
32 | "../../resources/dsp-pres/ " +↵ | | |
|
33 | "../../resources/dsp-void/↵ | | 12 | 5() {↵
|
| | | 13 | configureProject("src/etc/testcases/core/include/frag#ment/relative.xml");↵
|
34 | ");↵ | | 14 | expectLog("test1", "from included entity");↵
|
35 | } | | 15 | }
|