1 | void testFilesmatchDifferentOnemissing() {↵ | | 1 | void test↵
|
2 | expectPropertyUnset("filesmatch-different-onemissing",↵ | | |
|
3 | "filesmatch-different-onemissing↵ | | 2 | 3() {↵
|
| | | 3 | expectLog("test3", "\n"+↵
|
| | | 4 | " This \n"+↵
|
| | | 5 | " is\n"+↵
|
| | | 6 | " a \n"+↵
|
| | | 7 | " multiline\n"+↵
|
| | | 8 | " message\n"+↵
|
4 | ");↵ | | 9 | " ");↵
|
5 | }↵ | | 10 | }↵
|
|
6 | public void testFilesmatchDifferentEol() {↵ | | 11 | public void testFile() throws Exception {↵
|
7 | executeTarget("filesmatch-different-eol");↵ | | 12 | executeTarget("testFile");↵
|
8 | }↵ | | 13 | }↵
|
|
9 | public void testFilesmatchSameEol() {↵ | | 14 | public void testAppend() throws Exception {↵
|
10 | executeTarget("filesmatch-same-eol");↵ | | 15 | executeTarget("testAppend");↵
|
11 | }↵ | | 16 | }↵
|
|
12 | public void testFilesmatchNeitherExist() {↵ | | 17 | public void testEmptyEncoding() throws Exception {↵
|
13 | executeTarget("filesmatch-neitherexist");↵ | | 18 | executeTarget("testEmptyEncoding");↵
|
14 | } | | 19 | }
|