1 | void testResourcesmatchError() {↵ | | 1 | void test5() {↵
|
2 | expectBuildException("resourcesmatch-error",↵ | | 2 | expectBuildException("tes↵
|
3 | "should fail because no resources specified");↵ | | 3 | t5", "dest invalid (or no http-server on local machine)");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testResourcesmatchEmpty() {↵ | | 5 | public void test6() {↵
|
6 | executeTarget("resourcesmatch-match-empty");↵ | | 6 | executeTarget("test6");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testResourcesmatchOne() {↵ | | 8 | public void testUseTimestamp() {↵
|
9 | executeTarget("resourcesmatch-match-one");↵ | | 9 | executeTarget("testUseTimestamp");↵
|
10 | }↵ | | 10 | }↵
|
|
11 | public void testResourcesmatchBinary() {↵ | | 11 | public void testUseTomorrow() {↵
|
12 | executeTarget("resourcesmatch-match-binary");↵ | | 12 | executeTarget("testUseTomorrow");↵
|
13 | } | | 13 | }
|