1 | void testResourcesmatchError() {↵ | | 1 | void test↵
|
2 | expectBuildException("resourcesmatch-error",↵ | | |
|
3 | "should fail because no resources specified↵ | | 2 | FilesmatchDifferentOnemissing() {↵
|
| | | 3 | expectPropertyUnset("filesmatch-different-onemissing",↵
|
4 | ");↵ | | 4 | "filesmatch-different-onemissing");↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public void testResourcesmatchEmpty() {↵ | | 6 | public void testFilesmatchDifferentEol() {↵
|
7 | executeTarget("resourcesmatch-match-empty");↵ | | 7 | executeTarget("filesmatch-different-eol");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testResourcesmatchOne() {↵ | | 9 | public void testFilesmatchSameEol() {↵
|
10 | executeTarget("resourcesmatch-match-one");↵ | | 10 | executeTarget("filesmatch-same-eol");↵
|
11 | }↵ | | 11 | }↵
|
|
12 | public void testResourcesmatchBinary() {↵ | | 12 | public void testFilesmatchNeitherExist() {↵
|
13 | executeTarget("resourcesmatch-match-binary");↵ | | 13 | executeTarget("filesmatch-neitherexist");↵
|
14 | | | 14 |
|