1 | void test3() {↵ | | 1 | void testResourcesmatchError() {↵
|
2 | expectLog("test3", "\n"+↵ | | 2 | expectBuildException("res↵
|
3 | " This \n"+↵ | | |
|
4 | " is\n"+↵ | | |
|
5 | " a \n"+↵ | | |
|
6 | " multiline\n"+↵ | | |
|
7 | " message\n"+↵ | | |
|
8 | " ↵ | | 3 | ourcesmatch-error",↵
|
9 | ");↵ | | 4 | "should fail because no resources specified");↵
|
10 | }↵ | | 5 | }↵
|
|
11 | public void testFile() throws Exception {↵ | | 6 | public void testResourcesmatchEmpty() {↵
|
12 | executeTarget("testFile");↵ | | 7 | executeTarget("resourcesmatch-match-empty");↵
|
13 | }↵ | | 8 | }↵
|
|
14 | public void testAppend() throws Exception {↵ | | 9 | public void testResourcesmatchOne() {↵
|
15 | executeTarget("testAppend");↵ | | 10 | executeTarget("resourcesmatch-match-one");↵
|
16 | }↵ | | 11 | }↵
|
|
17 | public void testEmptyEncoding() throws Exception {↵ | | 12 | public void test↵
|
18 | executeTarget("testEmptyEncoding↵ | | 13 | ResourcesmatchBinary() {↵
|
19 | ");↵ | | 14 | executeTarget("resourcesmatch-match-binary");↵
|
20 | | | 15 |
|