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