1 | void testFilesmatchDifferentSizes() {↵ | | 1 | void test↵
|
2 | expectPropertyUnset("filesmatch-different-sizes",↵ | | |
|
3 | "filesmatch-different-sizes↵ | | 2 | 4() {↵
|
4 | ");↵ | | 3 | expectBuildException("test4", "src invalid");↵
|
5 | }↵ | | 4 | }↵
|
|
6 | public void testFilesmatchDifferentOnemissing() {↵ | | 5 | public void test↵
|
7 | expectPropertyUnset("filesmatch-different-onemissing",↵ | | |
|
8 | "filesmatch-different-onemissing↵ | | 6 | 5() {↵
|
9 | ");↵ | | 7 | expectBuildException("test5", "dest invalid (or no http-server on local machine)");↵
|
10 | }↵ | | 8 | }↵
|
|
11 | public void testFilesmatchDifferentEol() {↵ | | 9 | public void test6() {↵
|
12 | executeTarget("filesmatch-different-eol");↵ | | 10 | executeTarget("test6");↵
|
13 | }↵ | | 11 | }↵
|
|
14 | public void testFilesmatchSameEol() {↵ | | 12 | public void testUseTimestamp() {↵
|
15 | executeTarget("filesmatch-same-eol");↵ | | 13 | executeTarget("testUseTimestamp");↵
|
16 | }↵ | | 14 | }↵
|
|
17 | public void testFilesmatchNeitherExist() {↵ | | 15 | public void testUseTomorrow() {↵
|
18 | executeTarget("filesmatch-neitherexist");↵ | | 16 | executeTarget("testUseTomorrow");↵
|
19 | } | | 17 | }
|